mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-10-27 06:58:10 +01:00
upgraded to rails
This commit is contained in:
16
app/assets/javascripts/application.js
Normal file
16
app/assets/javascripts/application.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
||||
// listed below.
|
||||
//
|
||||
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
||||
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
||||
//
|
||||
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
||||
// compiled file.
|
||||
//
|
||||
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
|
||||
// about supported directives.
|
||||
//
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require turbolinks
|
||||
//= require_tree .
|
||||
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())
|
||||
});
|
||||
|
||||
});
|
||||
3
app/assets/javascripts/forms.js.coffee
Normal file
3
app/assets/javascripts/forms.js.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
2015
app/assets/javascripts/jquery.steps.js
Executable file
2015
app/assets/javascripts/jquery.steps.js
Executable file
File diff suppressed because it is too large
Load Diff
6
app/assets/javascripts/jquery.steps.min.js
vendored
Executable file
6
app/assets/javascripts/jquery.steps.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user