Skip to content

Commit

Permalink
Set correct package reference for the js
Browse files Browse the repository at this point in the history
  • Loading branch information
coreation committed Jan 26, 2016
1 parent 8a31b22 commit 68c005a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/ui/jobs/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@
@endforeach
</form>
</div>
<script type="text/javascript" src="{{ URL::to('packages/input/jobs.min.js') }}"></script>
<script type="text/javascript" src="{{ URL::to('packages/tdt/input/jobs.min.js') }}"></script>
@stop
2 changes: 1 addition & 1 deletion src/views/ui/jobs/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@
</div>
</form>
</div>
<script type="text/javascript" src="{{ URL::to('packages/input/jobs.min.js') }}"></script>
<script type="text/javascript" src="{{ URL::to('packages/tdt/input/jobs.min.js') }}"></script>
@stop

0 comments on commit 68c005a

Please sign in to comment.