// Fix js errors in IE

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12192 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-05 14:21:24 +00:00
parent 6f46c6ae0c
commit 80ce978c27
@@ -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',