From b7eb4f0a96a9e93bfa786d87a1f5eba7c27ada85 Mon Sep 17 00:00:00 2001 From: fGaillard Date: Wed, 1 Feb 2012 09:10:37 +0000 Subject: [PATCH] [-] BO : #PSFV-393 : BugFix jquery.fancybox.js was not found git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12880 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/template/controllers/modules/js.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/modules/js.tpl b/admin-dev/themes/default/template/controllers/modules/js.tpl index 64cf060af..7a66126c2 100644 --- a/admin-dev/themes/default/template/controllers/modules/js.tpl +++ b/admin-dev/themes/default/template/controllers/modules/js.tpl @@ -25,7 +25,7 @@ *} - + @@ -135,7 +135,7 @@ ajax : "1", token : token, controller : "AdminModules", - action : "reloadModulesList", + action : "reloadModulesList" }, beforeSend: function(xhr) {