From 80ce978c27c6ddad667f3464bae246fb5da519ff Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 5 Jan 2012 14:21:24 +0000 Subject: [PATCH] // Fix js errors in IE git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12192 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/template/home/content.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/home/content.tpl b/admin-dev/themes/default/template/home/content.tpl index 6e7f40bdf..b9677e6b0 100644 --- a/admin-dev/themes/default/template/home/content.tpl +++ b/admin-dev/themes/default/template/home/content.tpl @@ -62,7 +62,7 @@ $(document).ready(function() { controller : 'AdminHome', token : '{$token}', id_employee : '{$employee->id}', - action : 'hideScreencast', + action : 'hideScreencast' }, url: 'ajax-tab.php', dataType : 'json', @@ -126,7 +126,7 @@ $(document).ready(function() { controller : 'AdminHome', token : '{$token}', id_employee : '{$employee->id}', - action : 'refreshCheckVersion', + action : 'refreshCheckVersion' }, url: 'ajax-tab.php', dataType : 'json',