diff options
| author | Teddy Wing | 2013-11-09 20:07:56 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-09 20:07:56 -0500 |
| commit | a0818693961e51bce5c108c5de35621c742fb0ee (patch) | |
| tree | ee475a89d46018194b6d864924d925883c340f42 /index.html | |
| parent | aff7a7b43407d02556b54895cc75f1dc412b94bf (diff) | |
| download | clip-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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
