Merge "RedisBagOStuff: Fix unserialization of negative numbers"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 12 May 2016 04:21:18 +0000 (04:21 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 12 May 2016 04:21:18 +0000 (04:21 +0000)
resources/src/mediawiki.action/mediawiki.action.view.metadata.js

index b1a63b0..4c75e33 100644 (file)
@@ -14,7 +14,7 @@
                        $table = $( '#mw_metadata' ),
                        $tbody = $table.find( 'tbody' );
 
-               if ( !$tbody.length || !$tbody.find( '.collapsable' ).length ) {
+               if ( !$tbody.find( '.collapsable' ).length ) {
                        return;
                }