// 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user