Fixed selecting a new folder on add new series.

This commit is contained in:
Keivan Beigi
2013-07-11 14:28:57 -07:00
parent b7c569d30d
commit f3194279e4
7 changed files with 60 additions and 15 deletions
@@ -1,6 +1,10 @@
<select class="span6 x-root-folder">
{{#if this}}
{{#each this}}
<option value="{{id}}">{{path}}</option>
<option value="{{id}}">{{path}}</option>
{{/each}}
{{else}}
<option value="">Select Path</option>
{{/if}}
<option value="addNew">Add a different path</option>
</select>