diff options
author | Sam Reed <reedy@users.mediawiki.org> | 2010-12-06 22:29:41 +0000 |
---|---|---|
committer | Sam Reed <reedy@users.mediawiki.org> | 2010-12-06 22:29:41 +0000 |
commit | 1519cfebb540dffae9d8039120a7abd4a5f87e86 (patch) | |
tree | 54ff7a07dfbbd9ca3c31e77b7dc7133572669742 /skins/common/htmlform.js | |
parent | db461a71653d358298fe38b37e6575fc6c2808bd (diff) | |
download | mediawikicore-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.js | 2 |
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; } } -} +}; |