(bug 31212) History tab not collapsed when the screen is narrow. Patch by Michael M
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 30 Nov 2011 13:16:18 +0000 (13:16 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 30 Nov 2011 13:16:18 +0000 (13:16 +0000)
resources/jquery/jquery.collapsibleTabs.js

index 1784f86..df7a935 100644 (file)
@@ -24,7 +24,7 @@
                // if we haven't already bound our resize hanlder, bind it now
                if( !$.collapsibleTabs.boundEvent ) {
                        $( window )
-                               .delayedBind( '500', 'resize', function( ) { $.collapsibleTabs.handleResize(); } );
+                               .delayedBind( '500', 'resize', null, function( ) { $.collapsibleTabs.handleResize(); } );
                }
                // call our resize handler to setup the page
                $.collapsibleTabs.handleResize();