[desktop] debug for hints
This commit is contained in:
parent
955f60e672
commit
66dc610faf
|
@ -139,7 +139,7 @@ define([
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
if (/althints:show/.test(cmd)) {
|
if (/althints:show/.test(cmd)) {
|
||||||
if ( param == /false|hide/.test(param) )
|
if ( /false|hide/.test(param) )
|
||||||
Common.NotificationCenter.trigger('hints:clear');
|
Common.NotificationCenter.trigger('hints:clear');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue