mediawiki.action.view.metadata: Remove JavaScript part of initial state
authorFomafix <fomafix@googlemail.com>
Wed, 24 Apr 2019 06:16:02 +0000 (08:16 +0200)
committerFomafix <fomafix@googlemail.com>
Wed, 24 Apr 2019 06:16:02 +0000 (08:16 +0200)
THe HTML caches have expired. The JavaScript part of initialization of
the state is not necessary anymore.

This change is a follow up to 6400972e.

Change-Id: Ie87f972a73b2cd4a0444056002243ecc0b90fdb9

resources/src/mediawiki.action/mediawiki.action.view.metadata.js

index b61349b..393846d 100644 (file)
                                )
                        );
                } );
-
-               // Initial collapsed state
-               // (For back-compat with cached HTML from before ImagePage.php
-               // did this by default)
-               $tables.addClass( 'collapsed' );
        } );
-
 }() );