MediaWiki:Gadget-extra-toolbar-buttons-core.js: Difference between revisions
Content deleted Content added
Undid revision 233046900 by Davidgothberg (talk) per discussion at MediaWiki talk:Common.js#border="1" in tables |
Added "appendCSS('div.edittools-text { display:none; }');", to prevent static edittools from flashing before compact edittools is loaded. Per MediaWiki talk:Edittools#Add an inner div. |
||
Line 135:
* Maintainers: [[User:Ilmari Karonen]]
*/
//Prevent the static edittools from flashing before the compact edittools below is loaded.
appendCSS('div.edittools-text { display:none; }');
addOnloadHook(function () {
|