Skip to content

Commit

Permalink
Wrong asset identifier name
Browse files Browse the repository at this point in the history
  • Loading branch information
tbelliard committed Mar 9, 2017
1 parent f0050cd commit 458df59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lowcostexpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit 458df59

Please sign in to comment.