1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Updated telerik to 2011.1.414.

This commit is contained in:
kay.one
2011-06-27 22:01:54 -07:00
parent 206144d7e3
commit a91339dd7e
766 changed files with 19551 additions and 9779 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
var addNewSeriesUrl = '@Url.Action("AddNewSeries", "AddSeries")';
function addNewSeries() {
var seriesComboBox = $("#seriesList_new").data("tComboBox");
var seriesComboBox = $("#seriesList_new").data("tDropDownList");
var qualityComboBox = $("#qualityList_new").data("tDropDownList");
var path = $("input[name='selectedRootDir']:checked").val();