2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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

This commit is contained in:
Heinrich Fenkart
2014-10-31 10:58:03 +01:00
parent b91474e538
commit 12b3ba7278
+1 -1
View File
@@ -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')