From 3afe4938f99afe8dc9350d1048eaabbb749d01f6 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 29 May 2018 16:36:42 -0700 Subject: [PATCH] Fixed #5616 - removed duplicate call to ekkoLightbox on asset view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s already in the default blade --- resources/views/hardware/view.blade.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index 72b624e94b..5661a4118b 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -870,11 +870,6 @@ @section('moar_scripts') @include ('partials.bootstrap-table') - + @stop