mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
UI Formatting Cleanup
This commit is contained in:
@@ -20,8 +20,7 @@ export default function createAjaxRequest() {
|
||||
xhr.aborted = aborted;
|
||||
|
||||
return $.Deferred().reject(xhr, textStatus, errorThrown).promise();
|
||||
})
|
||||
.always(() => {
|
||||
}).always(() => {
|
||||
complete = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user