mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +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}
|
* @property {jQuery}
|
||||||
*/
|
*/
|
||||||
$overlay: $( '<div>' )
|
$overlay: $( '<div>' )
|
||||||
.addClass( 'mw-echo-ui-overlay' )
|
.addClass( 'mw-echo-ui-overlay notheme' )
|
||||||
};
|
};
|
||||||
}() );
|
}() );
|
||||||
|
|
Loading…
Reference in a new issue