summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2013-11-09 20:07:56 -0500
committerTeddy Wing2013-11-09 20:07:56 -0500
commita0818693961e51bce5c108c5de35621c742fb0ee (patch)
treeee475a89d46018194b6d864924d925883c340f42 /index.html
parentaff7a7b43407d02556b54895cc75f1dc412b94bf (diff)
downloadclip-play-a0818693961e51bce5c108c5de35621c742fb0ee.tar.bz2
Make the add button semi-work
Paste a URL, click the '+' button, and a new sample progress bar appears on the page (woo!). TODO: initialise drag handles on add of a new sample progress bar
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 3701c11..bd2d1c2 100644
--- a/index.html
+++ b/index.html
@@ -17,8 +17,8 @@
<div role="main">
<div id="add-sample">
<form action="" method="get">
- <input type="text" placeholder="Video URL" />
- <input type="submit" value="Add" />
+ <input type="text" class="js-sample-url" placeholder="Video URL" />
+ <button type="button" class="js-create-sample">+</button>
</form>
</div>