Commit 12b3ba72 authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

Customizer: listen to the right event for manual file selection in import

parent b91474e5
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!14954Customizer: listen to the right event for manual file selection in import,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -401,7 +401,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
.on('drop', handleConfigFileSelect)
}
$('#import-file-select').on('select', handleConfigFileSelect)
$('#import-file-select').on('change', handleConfigFileSelect)
$('#import-manual-trigger').on('click', removeImportAlerts)
var inputsComponent = $('#less-section input')
......
Supports Markdown
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