[mediawiki.debug] add implied semi-colon
* poke r107610
This commit is contained in:
parent
a44c5b2164
commit
74b4b2716b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
$( this ).addClass( 'current ')
|
||||
$( this ).addClass( 'current ');
|
||||
$( '.mw-debug-panelink' ).not( this ).removeClass( 'current ');
|
||||
|
||||
// Hide the current pane
|
||||
|
|
|
|||
Loading…
Reference in a new issue