summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2013-11-09 20:39:06 -0500
committerTeddy Wing2013-11-09 20:39:06 -0500
commit836f1fc06c58d7d97e31387026eedc6902267fea (patch)
treeb92bda48e2d05b6e3a222505835ced72f993b3e4 /index.html
parent73ebf518510691539cc691c2ae89aa12bbe9ee81 (diff)
downloadclip-play-836f1fc06c58d7d97e31387026eedc6902267fea.tar.bz2
Initialise drag handles on sample add
When a new sample is added, initialise the drag handles so they are draggable. Also remove initial sample from markup.
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 1 insertions, 17 deletions
diff --git a/index.html b/index.html
index bd2d1c2..5a09cef 100644
--- a/index.html
+++ b/index.html
@@ -22,23 +22,7 @@
</form>
</div>
- <div id="samples">
- <div class="edit-sample js-edit-sample">
- <div class="progress-bar">
- <div class="clip-line js-clip-line js-start-position">
- <div class="drag-handle js-drag-handle"></div>
- </div>
-
- <div class="clip-line js-clip-line js-end-position">
- <div class="drag-handle js-drag-handle"></div>
- </div>
- </div>
-
- <div>
- <input type="text" class="js-keyboard-key" placeholder="a" />
- </div>
- </div>
- </div>
+ <div id="samples"></div>
<div class="video">