mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Existing series loading again
This commit is contained in:
11
NzbDrone.Web/Scripts/jquery.unobtrusive-ajax.js
vendored
11
NzbDrone.Web/Scripts/jquery.unobtrusive-ajax.js
vendored
@@ -160,4 +160,15 @@
|
||||
data: clickInfo.concat($(this).serializeArray())
|
||||
});
|
||||
});
|
||||
|
||||
//Custom Extensions
|
||||
$(document).ready(function () {
|
||||
$("div[data-ajax-action-link=true]").each(function () {
|
||||
asyncRequest(this, {
|
||||
url: $(this).attr('data-href'),
|
||||
type: "GET",
|
||||
data: []
|
||||
});
|
||||
});
|
||||
});
|
||||
}(jQuery));
|
Reference in New Issue
Block a user