mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Preventing FOUC on Special:Notifications page
To prevent flash of unstyled content. Bug: 49496 Change-Id: I6a7bf510256a84ef7ad0ec9cd03d1ccae1fe149c
This commit is contained in:
parent
0f62158d03
commit
1bfe147708
1
Echo.php
1
Echo.php
|
@ -182,6 +182,7 @@ $wgResourceModules += array(
|
||||||
'echo-more-info',
|
'echo-more-info',
|
||||||
'echo-feedback',
|
'echo-feedback',
|
||||||
),
|
),
|
||||||
|
'position' => 'top',
|
||||||
),
|
),
|
||||||
'ext.echo.alert' => $echoResourceTemplate + array(
|
'ext.echo.alert' => $echoResourceTemplate + array(
|
||||||
'scripts' => array(
|
'scripts' => array(
|
||||||
|
|
Loading…
Reference in a new issue