Skip to content

Commit

Permalink
Continue from wait page to source page when errors occur.
Browse files Browse the repository at this point in the history
  • Loading branch information
fako committed Apr 20, 2017
1 parent 8178802 commit 8164f27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wiki_feed/templates/wiki_feed/wait.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
} else {
window.location = "{{ continue_path | escapejs }}" + uri.search();
}
})
.fail(function() {
window.location = "{{ continue_path | escapejs }}" + uri.search();
});

});
Expand Down

0 comments on commit 8164f27

Please sign in to comment.