mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Upgraded nuget packages, Ninject 3, SignalR 5
This commit is contained in:
parent
8f0d22e47d
commit
64468cd9ed
489 changed files with 293885 additions and 30058 deletions
11
NzbDrone.Web/Scripts/jquery.unobtrusive-ajax.js
vendored
11
NzbDrone.Web/Scripts/jquery.unobtrusive-ajax.js
vendored
|
@ -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));
|
Loading…
Add table
Add a link
Reference in a new issue