Fixing minor issues in mw.htmlform
authorKrinkle <krinkle@users.mediawiki.org>
Thu, 10 Mar 2011 17:38:21 +0000 (17:38 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Thu, 10 Mar 2011 17:38:21 +0000 (17:38 +0000)
commit1fdfc7a37fd825f963497887886ee52a175271f4
tree88113bb20c29fc62853378f874ddb48566c8766c
parent0b01187a64730138cf8890e6075b7850a6ddd90c
Fixing minor issues in mw.htmlform
* jQuery should be mapped to $ before using it. $ should not be implied as global in-core. ("return $(this).show()" was using $ as global)
** added wrapper and replaced jQuery with $.
* Missing semicolon
resources/mediawiki/mediawiki.htmlform.js