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 ) {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
if ( !this.shown ) {
|
||||
if ( this.shown ) {
|
||||
this.hide();
|
||||
} else {
|
||||
this.show();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user