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())
});
});
});