From: Jan Luca Naumann Date: Fri, 8 May 2009 16:58:20 +0000 (+0000) Subject: (bug 18718) A comma was after a }, so that IE has problems X-Git-Tag: 1.31.0-rc.0~41843 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=921ad8834025ce9f314cc8cc8972b55be4e65d93;p=lhc%2Fweb%2Fwiklou.git (bug 18718) A comma was after a }, so that IE has problems --- diff --git a/skins/common/htmlform.js b/skins/common/htmlform.js index ee46a8e519..287a08d2d4 100644 --- a/skins/common/htmlform.js +++ b/skins/common/htmlform.js @@ -24,6 +24,6 @@ var htmlforms = { } else { textbox.disabled = true; } - }, + } }