BUGFIX: not showing tooltips correctly

This commit is contained in:
Sam
2014-06-05 10:55:45 +10:00
parent d07d53e339
commit 8ec9288a5c
2 changed files with 16 additions and 4 deletions

View File

@ -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;
}