mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Updated telerik to 2011.1.414.
This commit is contained in:
parent
206144d7e3
commit
a91339dd7e
766 changed files with 19551 additions and 9779 deletions
|
@ -51,22 +51,26 @@
|
|||
<div id="msgBox">
|
||||
<span id="msgText">Scanning Series Folder...</span>
|
||||
</div>
|
||||
@(Html.Telerik().ScriptRegistrar().jQuery(true).Scripts(
|
||||
c => c.AddGroup("CDN", group => group
|
||||
.Add("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js")
|
||||
.Add("http://ajax.aspnetcdn.com/ajax/4.0/1/MicrosoftAjax.js"))
|
||||
|
||||
.AddGroup("3rdParty", group => group
|
||||
.Add("jquery.form.js")
|
||||
.Add("jquery.jgrowl.js")
|
||||
.Add("jquery-tgc-countdown-1.0.js")
|
||||
.Add("MicrosoftMvcValidation.js").Combined(true).Compress(true))
|
||||
|
||||
.AddGroup("NzbDrone", group => group
|
||||
.Add("Notification.js")
|
||||
.Add("gridLoad.js")
|
||||
.Add("episodeSearch.js"))
|
||||
|
||||
@(Html.Telerik().ScriptRegistrar().jQuery(true).Scripts(
|
||||
c => c.AddGroup("CDN", group => group
|
||||
.Add("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js")
|
||||
.Add("http://ajax.aspnetcdn.com/ajax/4.0/1/MicrosoftAjax.js"))
|
||||
.Add("2011.1.414/telerik.list.min.js")
|
||||
.Add("2011.1.414/telerik.combobox.min.js")
|
||||
.Add("2011.1.414/telerik.textbox.min.js")
|
||||
.Add("2011.1.414/telerik.window.min.js")
|
||||
.Add("2011.1.414/telerik.autocomplete.min.js")
|
||||
.AddGroup("3rdParty", group => group
|
||||
.Add("jquery.form.js")
|
||||
.Add("jquery.jgrowl.js")
|
||||
.Add("jquery-tgc-countdown-1.0.js")
|
||||
.Add("MicrosoftMvcValidation.js"))
|
||||
|
||||
.AddGroup("NzbDrone", group => group
|
||||
.Add("Notification.js")
|
||||
.Add("gridLoad.js")
|
||||
.Add("episodeSearch.js"))
|
||||
|
||||
))
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue