fix notifications URL

This commit is contained in:
Kevin Chugh
2013-07-30 01:50:33 -04:00
parent c3e609fe40
commit 4f7edbf67d

View File

@@ -84,7 +84,7 @@ class @DiscussionUtil
threads : "/courses/#{$$course_id}/discussion/forum"
"enable_notifications" : "/notification_prefs/enable/"
"disable_notifications" : "/notification_prefs/disable/"
"notifications_status" : "notification_prefs/status/user_prefs/?key=notification_pref&use=#{param}"
"notifications_status" : "/notification_prefs/status"
}[name]
@safeAjax: (params) ->