openstreetmap-website/app/assets/javascripts/bs-custom-file-input-init.js
Andy Allan 8d2271699b 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.
2020-07-01 17:23:02 +02:00

5 lines
96 B
JavaScript

/* global bsCustomFileInput */
$(document).ready(function () {
bsCustomFileInput.init();
});