mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Ajax Links are all handled by jQuery now, no more MvcAjax handlers.
This commit is contained in:
parent
7a1301610a
commit
4a55d08130
14 changed files with 37 additions and 37 deletions
|
@ -9,7 +9,7 @@ else
|
|||
{
|
||||
<h2>
|
||||
Available Update: @Model.UpdatePackage.Version
|
||||
@Ajax.ActionLink("Update", "StartUpdate", "Update", null)
|
||||
@Html.ActionLink("Update", "StartUpdate", "Update", null, new { @class = "ajaxLink" })
|
||||
</h2>
|
||||
}
|
||||
@if (Model.LogFiles.Count != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue