abstracted form away for future form options

This commit is contained in:
ablwr
2014-08-03 22:14:14 -04:00
parent 181c4340f7
commit 13e897fca1
12 changed files with 55 additions and 4949 deletions

View File

@ -1,9 +0,0 @@
$(document).ready(function() {
$('#generate').click(function(){
$('#command_line').val("ffmpeg" +
" -i " + $('#input_name').val() +
" -o " + $('#output_name').val())
});
});

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long