mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 22:51:06 +08:00
BUGFIX: not showing tooltips correctly
This commit is contained in:
@ -101,9 +101,9 @@ export default Discourse.Controller.extend({
|
||||
if(composer.get('cantSubmitPost')) {
|
||||
var now = Date.now();
|
||||
this.setProperties({
|
||||
"view.showTitleTip": now,
|
||||
"view.showCategoryTip": now,
|
||||
"view.showReplyTip": now
|
||||
'view.showTitleTip': now,
|
||||
'view.showCategoryTip': now,
|
||||
'view.showReplyTip': now
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user