Do not show ULS in weird positions

ULS was shown relative to input field position. That will not work
always. Show it in default position - center of screen.

Change-Id: I5fd9f10d955322abd2623ce8b88792b391553dcd
This commit is contained in:
Santhosh Thottingal
2013-05-22 18:00:11 +05:30
committed by Amir E. Aharoni
parent 8f57432672
commit 3cdcd26b63

View File

@@ -173,9 +173,7 @@
$input.focus(); $input.focus();
}, },
lazyload: false, lazyload: false,
languages: mw.ime.getLanguagesWithIME(), languages: mw.ime.getLanguagesWithIME()
top: $input.offset().top,
left: $input.offset().left
} ); } );
return $ulsTrigger; return $ulsTrigger;