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