Merge pull request #2034 from carsongee/cg/notification_prefs_missing_slash

Added missing slash to avoid 302 when calling /notification_prefs/status
This commit is contained in:
Greg Price
2014-01-09 13:01:29 -08:00

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