Commit aa309a1e authored by Heinrich Fenkart's avatar Heinrich Fenkart

apply #14954 to hosted docs

parent 69e2fae3
This diff is collapsed.
...@@ -401,7 +401,7 @@ window.onload = function () { // wait for load in a dumb way because B-0 ...@@ -401,7 +401,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
.on('drop', handleConfigFileSelect) .on('drop', handleConfigFileSelect)
} }
$('#import-file-select').on('select', handleConfigFileSelect) $('#import-file-select').on('change', handleConfigFileSelect)
$('#import-manual-trigger').on('click', removeImportAlerts) $('#import-manual-trigger').on('click', removeImportAlerts)
var inputsComponent = $('#less-section input') var inputsComponent = $('#less-section input')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment