mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
fixed api root url
This commit is contained in:
parent
5e32760c6a
commit
f98002c576
4 changed files with 11 additions and 4 deletions
|
@ -8,4 +8,8 @@ window.onerror = function (msg, url, line) {
|
|||
// If you return true, then error alerts (like in older versions of
|
||||
// Internet Explorer) will be suppressed.
|
||||
return suppressErrorAlert;
|
||||
};
|
||||
};
|
||||
|
||||
$(document).ajaxSuccess(function (event, XMLHttpRequest, ajaxOptionsa) {
|
||||
console.log(ajaxOptionsa);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue