diff options
| author | Kawandeep Virdee | 2013-11-10 10:05:20 -0500 | 
|---|---|---|
| committer | Kawandeep Virdee | 2013-11-10 10:05:20 -0500 | 
| commit | 5e473cda53d8ce6938eb832a378365f2f8b8f591 (patch) | |
| tree | 06b7a934eb8e2e89f28f0132141c351701f2f473 /index.html | |
| parent | 11bbaefbced4241b01efd5c2a9fa42868316c298 (diff) | |
| download | clip-play-5e473cda53d8ce6938eb832a378365f2f8b8f591.tar.bz2 | |
added remove button
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -18,7 +18,7 @@  	<header>  		<h1>ClipPlay</h1>  	</header> -	 +  	<div role="main">  		<div id="add-sample">  			<input type="text" class="url-input js-sample-url" placeholder="http://www.youtube.com/watch?v=_JGaQ3g8WU4" /> @@ -49,7 +49,7 @@  						<span class="clip-time js-time"></span>  					</div>  				</div> -				 +  				<div class="selected-bar js-selected-bar"></div>  				<div class="clip-line js-clip-line js-end-position"> @@ -62,6 +62,7 @@  			<div>  				<input type="text" class="key key-input js-keyboard-key" placeholder="a" />  			</div> +		    <button type="button" class="button red js-remove-sample">-</button>  		</div>  	</script> | 
