mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Changed login so it leads to previously viewed page
This commit is contained in:
@ -49,7 +49,7 @@ App.Presenters.PagedCollectionPresenter = function(_, util, promise, api) {
|
||||
if (typeof(failCallback) !== 'undefined') {
|
||||
failCallback(response);
|
||||
} else {
|
||||
console.log(Error(response.json && response.json.error || response));
|
||||
console.log(new Error(response.json && response.json.error || response));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user