mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 09:10:12 +00:00
Add notheme class to Echo
Bug: T363779
Change-Id: I80f7005b189a51cbc1d526efc64efa76c706cc5b
(cherry picked from commit b5d2cb2b22
)
This commit is contained in:
parent
8c88843fd7
commit
02e0c60390
|
@ -8,6 +8,6 @@
|
|||
* @property {jQuery}
|
||||
*/
|
||||
$overlay: $( '<div>' )
|
||||
.addClass( 'mw-echo-ui-overlay' )
|
||||
.addClass( 'mw-echo-ui-overlay notheme' )
|
||||
};
|
||||
}() );
|
||||
|
|
Loading…
Reference in a new issue