Skip to content

Commit

Permalink
Merge pull request #94 from tdt/development
Browse files Browse the repository at this point in the history
Set correct package reference for the js
  • Loading branch information
coreation committed Jan 26, 2016
2 parents be4e71d + 68c005a commit 5d8485d
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 5d8485d

Please sign in to comment.