User facing challenge mentions now point to coursewares, remove completed view from account/show
This commit is contained in:
@@ -118,7 +118,7 @@ $(document).ready(function() {
|
||||
}).success(
|
||||
function(res) {
|
||||
if (res) {
|
||||
window.location.href = '/coursewares';
|
||||
window.location.href = '/challenges';
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user