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

This commit is contained in:
Carson Gee
2013-12-23 15:43:00 -05:00
parent 80aa0eb089
commit 2796af4abc

View File

@@ -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) ->