generalize count limit for lists and correct error handling for AJAX Quest listing

This commit is contained in:
coderkun 2014-05-26 17:45:11 +02:00
commit dcdd274a55
3 changed files with 4 additions and 3 deletions

View file

@ -123,7 +123,7 @@
}
});
request.fail(function (jqXHR, textStatus, errorThrown) {
alert("fail: " + textStatus + ": " +errorThrown);
window.location.href = linkPage.replace('PAGE', page);
});