diff --git a/UI/.idea/dictionaries/Keivan.xml b/UI/.idea/dictionaries/Keivan.xml index 9dc8e0ee1..a60291283 100644 --- a/UI/.idea/dictionaries/Keivan.xml +++ b/UI/.idea/dictionaries/Keivan.xml @@ -2,8 +2,15 @@ deps + mixins nzbdrone + rootdir rootfolder + rootfolders + thetvdb + tvdb + xlarge + yyyy \ No newline at end of file diff --git a/UI/.idea/inspectionProfiles/Project_Default.xml b/UI/.idea/inspectionProfiles/Project_Default.xml index c5d2c1499..7165e5520 100644 --- a/UI/.idea/inspectionProfiles/Project_Default.xml +++ b/UI/.idea/inspectionProfiles/Project_Default.xml @@ -6,9 +6,11 @@ + + @@ -25,11 +27,38 @@ + + + + + + + - - diff --git a/UI/AddSeries/Existing/FolderMatchResultViewTemplatate.html b/UI/AddSeries/Existing/FolderMatchResultViewTemplate.html similarity index 100% rename from UI/AddSeries/Existing/FolderMatchResultViewTemplatate.html rename to UI/AddSeries/Existing/FolderMatchResultViewTemplate.html diff --git a/UI/AddSeries/Existing/ImportSeriesView.js b/UI/AddSeries/Existing/ImportSeriesView.js index dd3a029fc..217271f2d 100644 --- a/UI/AddSeries/Existing/ImportSeriesView.js +++ b/UI/AddSeries/Existing/ImportSeriesView.js @@ -4,7 +4,7 @@ define([ NzbDrone.AddSeries.Existing.FolderMatchResultView = Backbone.Marionette.ItemView.extend({ - template: 'AddSeries/Existing/FolderMatchResultViewTemplatate', + template: 'AddSeries/Existing/FolderMatchResultViewTemplate', events: { 'click .x-btn-add': 'addSeries' @@ -49,7 +49,7 @@ define([ NzbDrone.AddSeries.Existing.UnmappedFolderCompositeView = Backbone.Marionette.CompositeView.extend({ - template : 'AddSeries/Existing/UnmappedFolderCompositeViewTemplatate', + template : 'AddSeries/Existing/UnmappedFolderCompositeViewTemplate', itemViewContainer: '.x-folder-name-match-results', itemView : NzbDrone.AddSeries.Existing.FolderMatchResultView, diff --git a/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplatate.html b/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html similarity index 85% rename from UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplatate.html rename to UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html index 9d07d5938..e26778a56 100644 --- a/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplatate.html +++ b/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html @@ -1,7 +1,8 @@ -
+"use strict"; +
- +