Commit 2796af4a by Carson Gee

Added missing slash to avoid 302 when calling /notification_prefs/status

parent 80aa0eb0
...@@ -86,7 +86,7 @@ class @DiscussionUtil ...@@ -86,7 +86,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" "notifications_status" : "/notification_prefs/status/"
}[name] }[name]
@activateOnEnter: (event, func) -> @activateOnEnter: (event, func) ->
......
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