mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Fixed #5616 - removed duplicate call to ekkoLightbox on asset view
It’s already in the default blade
This commit is contained in:
parent
9e0544e735
commit
3afe4938f9
|
@ -870,11 +870,6 @@
|
||||||
@section('moar_scripts')
|
@section('moar_scripts')
|
||||||
@include ('partials.bootstrap-table')
|
@include ('partials.bootstrap-table')
|
||||||
|
|
||||||
<script nonce="{{ csrf_token() }}">
|
|
||||||
$(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
$(this).ekkoLightbox();
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue