diff --git a/app/assets/javascripts/discourse/models/post.js b/app/assets/javascripts/discourse/models/post.js index cbd839c66..be63fd05a 100644 --- a/app/assets/javascripts/discourse/models/post.js +++ b/app/assets/javascripts/discourse/models/post.js @@ -52,7 +52,7 @@ Discourse.Post = Discourse.Model.extend({ postElementId: function() { return "post_" + (this.get('post_number')); - }.property(), + }.property('post_number'), // The class for the read icon of the post. It starts with read-icon then adds 'seen' or // 'last-read' if the post has been seen or is the highest post number seen so far respectively. diff --git a/app/assets/javascripts/discourse/templates/choose_topic.js.handlebars b/app/assets/javascripts/discourse/templates/choose_topic.js.handlebars index bdbcb493e..9632519ea 100644 --- a/app/assets/javascripts/discourse/templates/choose_topic.js.handlebars +++ b/app/assets/javascripts/discourse/templates/choose_topic.js.handlebars @@ -1,6 +1,6 @@ -{{textField value=view.topicTitle placeholderKey="choose_topic.title.placeholder" elementId="choose-topic-title"}} +{{textField value=view.topicTitle placeholderKey="choose_topic.title.placeholder" id="choose-topic-title"}} {{#if view.loading}}
{{i18n loading}}
diff --git a/app/assets/javascripts/discourse/templates/modal/forgot_password.js.handlebars b/app/assets/javascripts/discourse/templates/modal/forgot_password.js.handlebars index af964b8b1..8f5a9945f 100644 --- a/app/assets/javascripts/discourse/templates/modal/forgot_password.js.handlebars +++ b/app/assets/javascripts/discourse/templates/modal/forgot_password.js.handlebars @@ -1,7 +1,7 @@