Index: trunk/phase3/skins/common/wikibits.js |
— | — | @@ -940,6 +940,7 @@ |
941 | 941 | } |
942 | 942 | |
943 | 943 | messageDiv.setAttribute( 'id', 'mw-js-message' ); |
| 944 | + messageDiv.style.display = 'block'; |
944 | 945 | if( className ) { |
945 | 946 | messageDiv.setAttribute( 'class', 'mw-js-message-'+className ); |
946 | 947 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -530,8 +530,6 @@ |
531 | 531 | * (bug 20702) Parser functions can now be used correctly in |
532 | 532 | MediaWiki:Missing-article |
533 | 533 | * (bug 14117) "redirected from" is now also shown on foreign file redirects |
534 | | -* (bug 18436) JavaScript-added AJAX messages (from the JS watch/unwatch, for |
535 | | - instance) no longer include a redundant "display:block" hardcoded style. |
536 | 534 | * (bug 20802) Fixed thumb.php redirect handling |
537 | 535 | * (bug 17747) Only display thumbnail column in file history if the image can |
538 | 536 | be rendered. |