diff options
| author | Teddy Wing | 2013-11-09 20:39:06 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-09 20:39:06 -0500 |
| commit | 836f1fc06c58d7d97e31387026eedc6902267fea (patch) | |
| tree | b92bda48e2d05b6e3a222505835ced72f993b3e4 /index.html | |
| parent | 73ebf518510691539cc691c2ae89aa12bbe9ee81 (diff) | |
| download | clip-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.html | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -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"> |
