mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Upgraded nuget packages, Ninject 3, SignalR 5
This commit is contained in:
-11
@@ -160,15 +160,4 @@
|
||||
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