summaryrefslogtreecommitdiff
path: root/skins/common/htmlform.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/htmlform.js')
-rw-r--r--skins/common/htmlform.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/common/htmlform.js b/skins/common/htmlform.js
index 2045ab48..900b1660 100644
--- a/skins/common/htmlform.js
+++ b/skins/common/htmlform.js
@@ -12,7 +12,7 @@ addOnloadHook( function() {
}
} );
-var htmlforms = {
+window.htmlforms = {
'selectOrOtherSelectChanged' : function( e ) {
var select;
if ( !e ) {
@@ -36,5 +36,5 @@ var htmlforms = {
textbox.disabled = true;
}
}
-}
+};