diff --git a/modules/blocklayered/blocklayered.php b/modules/blocklayered/blocklayered.php
index 3d2039ed9..348a03284 100644
--- a/modules/blocklayered/blocklayered.php
+++ b/modules/blocklayered/blocklayered.php
@@ -1186,7 +1186,6 @@ class BlockLayered extends Module
$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->addJQueryUI('ui.slider');
$this->context->controller->addCSS(($this->_path).'blocklayered-15.css', 'all');
$this->context->controller->addJQueryPlugin('scrollTo');
@@ -1686,7 +1685,6 @@ class BlockLayered extends Module