1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-12 04:22:35 +02:00

added jquery registration to sitelayout.cshtml

This commit is contained in:
kay.one 2011-05-30 00:45:35 -07:00
parent 8eb04d9de7
commit e4fcb6d573

View File

@ -43,7 +43,8 @@
</body>
@RenderSection("Scripts", required: false)
@{Html.Telerik().ScriptRegistrar().Scripts(
c => c.Add("jquery-ui-1.8.8.min.js")
c => c.Add("jquery-1.6.1.min.js")
.Add("jquery-ui-1.8.8.min.js")
.Add("jquery.form.js")
.Add("jquery.jgrowl.js")
.Add("Notification.js")