Index: trunk/phase3/skins/common/wikibits.js |
— | — | @@ -940,7 +940,6 @@ |
941 | 941 | } |
942 | 942 | |
943 | 943 | messageDiv.setAttribute( 'id', 'mw-js-message' ); |
944 | | - messageDiv.style.display = 'block'; |
945 | 944 | if( className ) { |
946 | 945 | messageDiv.setAttribute( 'class', 'mw-js-message-'+className ); |
947 | 946 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -536,6 +536,8 @@ |
537 | 537 | * (bug 20702) Parser functions can now be used correctly in |
538 | 538 | MediaWiki:Missing-article |
539 | 539 | * (bug 14117) "redirected from" is now also shown on foreign file redirects |
| 540 | +* (bug 18436) JavaScript-added AJAX messages (from the JS watch/unwatch, for |
| 541 | + instance) no longer include a redundant "display:block" hardcoded style. |
540 | 542 | |
541 | 543 | == API changes in 1.16 == |
542 | 544 | |