Skip to content

Commit

Permalink
Move js to the js-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 11, 2017
1 parent ff4da45 commit b114406
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/Tag/Resources/views/admin/fields/tags.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
</select>
{!! $errors->first('tags', '<span class="help-block">:message</span>') !!}
</div>

@push('js-stack')
<script>
$( document ).ready(function() {
$('.input-tags').selectize({
Expand All @@ -22,3 +24,4 @@
});
});
</script>
@endpush

0 comments on commit b114406

Please sign in to comment.