mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Added back version check on ajaxSuccess
This commit is contained in:
@@ -34,6 +34,7 @@ module.exports = (function(){
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
$(document).ajaxError(function(event, xmlHttpRequest, ajaxOptions){
|
||||
if(xmlHttpRequest.status >= 200 && xmlHttpRequest.status <= 300) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user