moved most of addseries to use require.js

This commit is contained in:
Keivan Beigi
2013-02-13 18:28:56 -08:00
committed by kay.one
parent 5e26596623
commit 52d815b1d4
39 changed files with 21945 additions and 10312 deletions
@@ -0,0 +1,8 @@
<div class="tab-pane" id="root-dir">
<div class="input-prepend input-append nz-input-large x-path">
<i class="add-on icon-folder-open"></i>
<input type="text" class="span10" placeholder="Path of the folder to add ...">
<div class="btn icon-plus btn-success x-add" />
</div>
<div class="span15 offset2 result-list" id="current-dirs" />
</div>