Merging resourceloader branch into trunk. Full documentation is at http://www.mediawi...
[lhc/web/wiklou.git] / skins / common / htmlform.js
index 2045ab4..075ae32 100644 (file)
@@ -12,7 +12,7 @@ addOnloadHook( function() {
        }
 } );
 
-var htmlforms = {
+window.htmlforms = {
        'selectOrOtherSelectChanged' : function( e ) {
                var select;
                if ( !e ) {