(bug 18718) A comma was after a }, so that IE has problems
authorJan Luca Naumann <jan@users.mediawiki.org>
Fri, 8 May 2009 16:58:20 +0000 (16:58 +0000)
committerJan Luca Naumann <jan@users.mediawiki.org>
Fri, 8 May 2009 16:58:20 +0000 (16:58 +0000)
skins/common/htmlform.js

index ee46a8e..287a08d 100644 (file)
@@ -24,6 +24,6 @@ var htmlforms = {
                } else {
                        textbox.disabled = true;
                }
-       },
+       }
 }