Make clicking the trigger show and hide the ULS
Bugzilla: https://bugzilla.wikimedia.org/show_bug.cgi?id=41768
This commit is contained in:
@@ -319,7 +319,9 @@
|
|||||||
click: function( e ) {
|
click: function( e ) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
if ( !this.shown ) {
|
if ( this.shown ) {
|
||||||
|
this.hide();
|
||||||
|
} else {
|
||||||
this.show();
|
this.show();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user