From 458df59c9f5a247a5722e4433d56bcf14e13cc95 Mon Sep 17 00:00:00 2001 From: Thomas Belliard Date: Thu, 9 Mar 2017 09:11:25 +0200 Subject: [PATCH] Wrong asset identifier name --- lowcostexpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lowcostexpress.php b/lowcostexpress.php index da75a08..1349515 100755 --- a/lowcostexpress.php +++ b/lowcostexpress.php @@ -881,7 +881,7 @@ public function hookActionFrontControllerSetMedia($params) $this->context->controller->addCSS($module_uri.'/views/css/style.css', 'all'); $this->context->controller->addjQueryPlugin(array('scrollTo' )); $this->context->controller->registerJavascript( - 'module-dpdfrance-jquery', + 'module-lowcostexpress-jquery', '/js/jquery/jquery-1.11.0.min.js', array('position' => 'head', 'priority' => 1) );