Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1436,7 +1436,7 @@ |
1437 | 1437 | * to ensure that client-side caches don't keep obsolete copies of global |
1438 | 1438 | * styles. |
1439 | 1439 | */ |
1440 | | -$wgStyleVersion = '185'; |
| 1440 | +$wgStyleVersion = '186'; |
1441 | 1441 | |
1442 | 1442 | |
1443 | 1443 | # Server-side caching: |
Index: trunk/phase3/skins/Modern.php |
— | — | @@ -143,6 +143,7 @@ |
144 | 144 | for the margins --> |
145 | 145 | <div id="mw_contentholder"> |
146 | 146 | <div class='mw-topboxes'> |
| 147 | + <div id="mw-js-message" style="display:none;"></div> |
147 | 148 | <div class="mw-topbox" id="siteSub"><?php $this->msg('tagline') ?></div> |
148 | 149 | <?php if($this->data['newtalk'] ) { |
149 | 150 | ?><div class="usermessage mw-topbox"><?php $this->html('newtalk') ?></div> |
Index: trunk/phase3/skins/common/wikibits.js |
— | — | @@ -851,6 +851,7 @@ |
852 | 852 | } |
853 | 853 | |
854 | 854 | messageDiv.setAttribute( 'id', 'mw-js-message' ); |
| 855 | + messageDiv.style.display = 'block'; |
855 | 856 | if( className ) { |
856 | 857 | messageDiv.setAttribute( 'class', 'mw-js-message-'+className ); |
857 | 858 | } |