Commit 5147a41b by Greg Price

Merge pull request #2034 from carsongee/cg/notification_prefs_missing_slash

Added missing slash to avoid 302 when calling /notification_prefs/status
parents 520822c3 2796af4a
......@@ -86,7 +86,7 @@ class @DiscussionUtil
threads : "/courses/#{$$course_id}/discussion/forum"
"enable_notifications" : "/notification_prefs/enable/"
"disable_notifications" : "/notification_prefs/disable/"
"notifications_status" : "/notification_prefs/status"
"notifications_status" : "/notification_prefs/status/"
}[name]
@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