Fixed #5616 - removed duplicate call to ekkoLightbox on asset view

It’s already in the default blade
This commit is contained in:
snipe 2018-05-29 16:36:42 -07:00
parent 9e0544e735
commit 3afe4938f9

View file

@ -870,11 +870,6 @@
@section('moar_scripts')
@include ('partials.bootstrap-table')
<script nonce="{{ csrf_token() }}">
$(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
@stop