Commit 4f7edbf6 by Kevin Chugh

fix notifications URL

parent c3e609fe
...@@ -84,7 +84,7 @@ class @DiscussionUtil ...@@ -84,7 +84,7 @@ class @DiscussionUtil
threads : "/courses/#{$$course_id}/discussion/forum" threads : "/courses/#{$$course_id}/discussion/forum"
"enable_notifications" : "/notification_prefs/enable/" "enable_notifications" : "/notification_prefs/enable/"
"disable_notifications" : "/notification_prefs/disable/" "disable_notifications" : "/notification_prefs/disable/"
"notifications_status" : "notification_prefs/status/user_prefs/?key=notification_pref&use=#{param}" "notifications_status" : "/notification_prefs/status"
}[name] }[name]
@safeAjax: (params) -> @safeAjax: (params) ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment