aboutsummaryrefslogtreecommitdiffstats
path: root/skins/common/htmlform.js
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2010-12-06 22:29:41 +0000
committerSam Reed <reedy@users.mediawiki.org>2010-12-06 22:29:41 +0000
commit1519cfebb540dffae9d8039120a7abd4a5f87e86 (patch)
tree54ff7a07dfbbd9ca3c31e77b7dc7133572669742 /skins/common/htmlform.js
parentdb461a71653d358298fe38b37e6575fc6c2808bd (diff)
downloadmediawikicore-1519cfebb540dffae9d8039120a7abd4a5f87e86.tar.gz
mediawikicore-1519cfebb540dffae9d8039120a7abd4a5f87e86.zip
(bug 26265) Many semicolons are missing from JavaScript files
Unterminated statements..
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77922
Diffstat (limited to 'skins/common/htmlform.js')
-rw-r--r--skins/common/htmlform.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/common/htmlform.js b/skins/common/htmlform.js
index 075ae3209bc9..900b16603eb4 100644
--- a/skins/common/htmlform.js
+++ b/skins/common/htmlform.js
@@ -36,5 +36,5 @@ window.htmlforms = {
textbox.disabled = true;
}
}
-}
+};