mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Typo from I65447da8.
Change-Id: I27cce9784149cf1e98c4ed144ead4718978a74ae
This commit is contained in:
parent
8b50543b6d
commit
de4e12367f
|
@ -98,7 +98,7 @@ ve.init.mw.Target.onLoad = function ( response ) {
|
|||
tmp = document.createElement( 'div' );
|
||||
|
||||
// The following is essentially display none, but we can't use that
|
||||
// since then then all descendants will be considered invisible too.
|
||||
// since then all descendants will be considered invisible too.
|
||||
tmp.style.cssText = 'position: static; top: 0; width: 0; height: 0; border: 0; visibility: hidden';
|
||||
|
||||
document.body.appendChild( tmp );
|
||||
|
|
Loading…
Reference in a new issue