mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-15 02:45:58 +00:00
3 lines
110 B
JavaScript
3 lines
110 B
JavaScript
|
$(document).ajaxSuccess(function (event, XMLHttpRequest, ajaxOptionsa) {
|
|||
|
console.log(ajaxOptionsa);
|
|||
|
});
|