Added missing slash to avoid 302 when calling /notification_prefs/status
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user