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();
});
$( "#show_display_info" ).click(function() {
$( ".display_info" ).toggle();
});
@ -79,7 +78,4 @@ $(document).ready(function() {
$('#h264_output_name').val())
});
});

View File

@ -12,7 +12,6 @@
</fieldset>
</div>
<div class="well">
<fieldset>
<legend>Audio track</legend>
@ -40,7 +39,6 @@
<input type="button" class="btn btn-large btn-primary" name="add_subtitles_generate" id="add_audio_track_generate" value="Generate" />
</fieldset>
</div>
</div>
<div class="well">

View File

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