missing semicolon

This commit is contained in:
Catrin 2014-05-05 11:46:13 +02:00 committed by Neil Lalonde
parent 33fcf79444
commit 665ff95015
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ Discourse.Category = Discourse.Model.extend({
setNotification: function(notification_level) {
var url = "/category/" + this.get('id')+"/notifications";
this.set('notification_level', notification_level)
this.set('notification_level', notification_level);
return Discourse.ajax(url, {
data: {
notification_level: notification_level