generalize count limit for lists and correct error handling for AJAX Quest listing
This commit is contained in:
parent
f42fa8d4e8
commit
dcdd274a55
3 changed files with 4 additions and 3 deletions
|
|
@ -123,7 +123,7 @@
|
|||
}
|
||||
});
|
||||
request.fail(function (jqXHR, textStatus, errorThrown) {
|
||||
alert("fail: " + textStatus + ": " +errorThrown);
|
||||
window.location.href = linkPage.replace('PAGE', page);
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue