minor cleanup

This commit is contained in:
ablwr 2014-08-24 21:52:14 -04:00
parent 6d34f65061
commit ef9cb728a2
4 changed files with 83 additions and 91 deletions

View File

@ -4,7 +4,6 @@ $(document).ready(function() {
location.reload(); location.reload();
}); });
$( "#show_display_info" ).click(function() { $( "#show_display_info" ).click(function() {
$( ".display_info" ).toggle(); $( ".display_info" ).toggle();
}); });
@ -79,7 +78,4 @@ $(document).ready(function() {
$('#h264_output_name').val()) $('#h264_output_name').val())
}); });
}); });

View File

@ -1,4 +1,4 @@
<div id="file_names"> <div id="file_names">
<div class="well"> <div class="well">
<fieldset> <fieldset>
<legend>Input</legend> <legend>Input</legend>
@ -12,7 +12,6 @@
</fieldset> </fieldset>
</div> </div>
<div class="well"> <div class="well">
<fieldset> <fieldset>
<legend>Audio track</legend> <legend>Audio track</legend>
@ -40,14 +39,13 @@
<input type="button" class="btn btn-large btn-primary" name="add_subtitles_generate" id="add_audio_track_generate" value="Generate" /> <input type="button" class="btn btn-large btn-primary" name="add_subtitles_generate" id="add_audio_track_generate" value="Generate" />
</fieldset> </fieldset>
</div> </div>
</div>
</div> <div class="well">
<div class="well">
<fieldset> <fieldset>
<legend>Your command line:</legend> <legend>Your command line:</legend>
<textarea name="add_audio_track_command_line" id="add_audio_track_command_line" rows="3" cols="100"></textarea> <textarea name="add_audio_track_command_line" id="add_audio_track_command_line" rows="3" cols="100"></textarea>
</fieldset> </fieldset>
</div> </div>
</div> <!-- container --> </div> <!-- container -->

View File

@ -57,7 +57,6 @@
<%= render "add_audio_track" %> <%= render "add_audio_track" %>
</div> </div>
</div> </div>
<div class="text-center"> <div class="text-center">
@ -66,5 +65,4 @@
</div> </div>
</div> </div>
</div> <!-- container --> </div> <!-- container -->