This commit is contained in:
Julian Lam
2016-10-25 16:52:03 -04:00
parent e515b791da
commit 0590a4f2cf
4 changed files with 8 additions and 20 deletions

View File

@@ -272,6 +272,9 @@ $(document).ready(function () {
apiXHR = $.ajax({
url: RELATIVE_PATH + '/api/' + url,
cache: false,
headers: {
'X-Return-To': app.previousUrl
},
success: function (data) {
if (!data) {
return;