added root dir management. delete doesn't work for some reason.

This commit is contained in:
Keivan Beigi
2013-01-24 16:02:53 -08:00
committed by kay.one
parent 157b559ed2
commit d34092c015
8 changed files with 65 additions and 24 deletions
@@ -2,8 +2,7 @@
<div class="input-prepend input-append nz-input-large path">
<i class="add-on icon-folder-open"></i>
<input type="text" class="span10" placeholder="Path of the root folder you would like to add">
<div class="btn icon-plus btn-success"/>
</div>
<div id="current-dirs">
<div id="add-dir" class="btn icon-plus btn-success" />
</div>
<div class="span15 offset2 result-list" id="current-dirs" />
</div>