mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Existing series loading again
This commit is contained in:
+11
@@ -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