Skip to content

Commit

Permalink
Merge pull request #732 from Cal-CS-61A-Staff/bug/knrafto/keep-form
Browse files Browse the repository at this point in the history
Keep form data after manual submission
  • Loading branch information
Sumukh committed Apr 22, 2016
2 parents 4d8d236 + f25a919 commit f0fec60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/static/js/admin/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ app.controller("AssignmentSubmitCtrl", ["$scope", "$window", "$state", "$statePa
if (isConfirm) {
$state.transitionTo("submission.final", { finalId: data.final.id});
} else {
$scope.newSubmission = {
'ag_toggle': true
}
myDropzone.removeAllFiles(true);
}
});
Expand Down

0 comments on commit f0fec60

Please sign in to comment.