From: Stéphane Jacob Date: Mon, 28 Mar 2011 18:47:59 +0000 (+0200) Subject: Fixes js error in IE7. X-Git-Tag: xorg/1.1.1~37^2~29 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2b13c66c646c46b57037bc6b1ff0adf84988b3fc;p=platal.git Fixes js error in IE7. Signed-off-by: Stéphane Jacob --- diff --git a/htdocs/javascript/xorg.js b/htdocs/javascript/xorg.js index b95c756..031e77b 100644 --- a/htdocs/javascript/xorg.js +++ b/htdocs/javascript/xorg.js @@ -1049,7 +1049,7 @@ function sendTestEmail(token, hruid) queryParams: { offset: 0, count: 10, - allow_special: true, + allow_special: true }, loadingClassLeft: 'ac_loading', loadingClassRight: 'ac_loading_left',