mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-28 15:38:10 +01:00
upgraded to rails
This commit is contained in:
9
app/assets/javascripts/forms.js
Normal file
9
app/assets/javascripts/forms.js
Normal file
@@ -0,0 +1,9 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
$('#generate').click(function(){
|
||||
$('#command_line').val("ffmpeg" +
|
||||
" -i " + $('#input_name').val() +
|
||||
" -o " + $('#output_name').val())
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user