Update from upstream

Change-Id: If0e2a166c50b1e6c104cb81f01c42e4f22d43c21
This commit is contained in:
Siebrand Mazeland
2013-04-26 17:31:21 +02:00
parent 48c16a2a43
commit 0bbdabd5ab
2 changed files with 2 additions and 6 deletions

View File

@@ -160,11 +160,7 @@
* Show the ULS window
*/
show: function () {
var pos = this.position();
this.$menu.css( {
top: pos.top,
left: '25%'
} );
this.$menu.css( this.position() );
if ( this.options.compact ) {
this.$menu.addClass( 'uls-compact' );

File diff suppressed because one or more lines are too long