Trim trailing whitespace
This commit is contained in:
@@ -990,7 +990,7 @@
|
|||||||
setActiveHelp: function( name ) {
|
setActiveHelp: function( name ) {
|
||||||
if ( !Help.isLoadedFor( name ) ) {
|
if ( !Help.isLoadedFor( name ) ) {
|
||||||
if ( $('#function-help').length ) {
|
if ( $('#function-help').length ) {
|
||||||
$('#function-help').addClass('disabled');
|
$('#function-help').addClass('disabled');
|
||||||
}
|
}
|
||||||
if ( Help.isShown() ) {
|
if ( Help.isShown() ) {
|
||||||
Help.hide();
|
Help.hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user