From a41bfd8891a2b9202a316f582bb0f0966988b288 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 --- 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',