User facing challenge mentions now point to coursewares, remove completed view from account/show

This commit is contained in:
Nathan Leniz
2015-03-21 18:42:19 +09:00
parent 9cdb2588b4
commit ac511982a4
8 changed files with 33 additions and 106 deletions

View File

@@ -118,7 +118,7 @@ $(document).ready(function() {
}).success(
function(res) {
if (res) {
window.location.href = '/coursewares';
window.location.href = '/challenges';
}
}
);