mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
start over button, changed links to buttons too
This commit is contained in:
parent
f5b0d33595
commit
c887b8fccd
@ -1,5 +1,10 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
$( ".reload" ).click(function() {
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
$( "#show_display_info" ).click(function() {
|
$( "#show_display_info" ).click(function() {
|
||||||
$( ".display_info" ).toggle();
|
$( ".display_info" ).toggle();
|
||||||
});
|
});
|
||||||
|
@ -12,19 +12,19 @@
|
|||||||
<br />
|
<br />
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<div id="show_display_info">Display info</div>
|
<div id="show_display_info"><button type="button" class="btn btn-default">Display Info</button></div><br/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div id="show_add_subtitles">Add subtitles track</div>
|
<div id="show_add_subtitles"><button type="button" class="btn btn-default">Add subtitles track</button></div><br/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div id="show_remove_audio_track">Remove audio track</div>
|
<div id="show_remove_audio_track"><button type="button" class="btn btn-default">Remove audio track</button></div><br/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div id="show_add_audio_track">Add audio track (replace)</div>
|
<div id="show_add_audio_track"><button type="button" class="btn btn-default">Add audio track (replace)</button></div><br/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div id="show_web">Export for web</div>
|
<div id="show_web"><button type="button" class="btn btn-default">Export for web</button></div><br/>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
@ -48,4 +48,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center">
|
||||||
|
<div class="reload">
|
||||||
|
<p><button type="button" class="btn btn-default">Start over!</button></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- container -->
|
</div> <!-- container -->
|
||||||
|
Loading…
Reference in New Issue
Block a user