From f41bf1dccaaf9fbd3e148107a2a78b8d8e9b99a4 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Fri, 9 Aug 2013 11:07:49 +0200 Subject: [PATCH] [-] MO : fixed bug #PNM-792 : remove unused js file in blocklayered --- modules/blocklayered/blocklayered.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blocklayered/blocklayered.php b/modules/blocklayered/blocklayered.php index 859337e26..c0c39322d 100644 --- a/modules/blocklayered/blocklayered.php +++ b/modules/blocklayered/blocklayered.php @@ -1264,7 +1264,7 @@ class BlockLayered extends Module if (version_compare(_PS_VERSION_, '1.5', '>')) { $this->context->controller->addJS(($this->_path).'blocklayered.js'); - $this->context->controller->addJS(_PS_JS_DIR_.'jquery/jquery-ui-1.8.10.custom.min.js'); + //$this->context->controller->addJS(_PS_JS_DIR_.'jquery/jquery-ui-1.8.10.custom.min.js'); $this->context->controller->addJQueryUI('ui.slider'); $this->context->controller->addCSS(($this->_path).'blocklayered-15.css', 'all'); $this->context->controller->addJQueryPlugin('scrollTo');