Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Commit

Permalink
Metro van mini-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kimoantiqe committed May 22, 2018
1 parent 4789c80 commit 7f684f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/views/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function submitForm(formData){
data: formData,
url: 'http://localhost:8000/form',
error:function(){
window.location.replace('../error.html');
unloadScreen();
},
success: function(data) {
unloadScreen();
Expand Down

0 comments on commit 7f684f0

Please sign in to comment.