Merge pull request #14954 from twbs/customizer-use-change-event
Customizer: listen to the right event for manual file selection in import
This commit is contained in:
commit
a7222a531a
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue