Use bootstrap_form as the formbuilder for GPX upload form
This also uses the recommended bs-custom-file-input javascript plugin for the file input control.
This commit is contained in:
parent
54616e9612
commit
8d2271699b
10 changed files with 61 additions and 119 deletions
5
app/assets/javascripts/bs-custom-file-input-init.js
Normal file
5
app/assets/javascripts/bs-custom-file-input-init.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* global bsCustomFileInput */
|
||||
|
||||
$(document).ready(function () {
|
||||
bsCustomFileInput.init();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue