Skip to content

Commit aa309a1

Browse files
committed
apply twbs#14954 to hosted docs
1 parent 69e2fae commit aa309a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/customize.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/src/customizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
401401
.on('drop', handleConfigFileSelect)
402402
}
403403

404-
$('#import-file-select').on('select', handleConfigFileSelect)
404+
$('#import-file-select').on('change', handleConfigFileSelect)
405405
$('#import-manual-trigger').on('click', removeImportAlerts)
406406

407407
var inputsComponent = $('#less-section input')

0 commit comments

Comments
 (0)