Skip to content

Commit

Permalink
fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjalan committed Sep 17, 2019
1 parent 671ffc4 commit 4a11e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/models/composer.js.es6
Expand Up @@ -363,7 +363,7 @@ const Composer = RestModel.extend({
const category = this.category;
if (category && category.topic_template) {
if (this.reply.trim() === category.topic_template.trim()) {
bootbox.alert(I18n.t("composer.error.topic_template_not_modified"))
bootbox.alert(I18n.t("composer.error.topic_template_not_modified"));
return true;
}
}
Expand Down

0 comments on commit 4a11e7e

Please sign in to comment.