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
1 changed files with 2 additions and 1 deletions

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")