Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2014-10-31 12:58:03 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2014-10-31 12:58:03 +0300
commit12b3ba72787eedec75edd0af7c01616184930068 (patch)
treeb9a773bd6e18d1f5232da551068c35e683cdea82 /docs/assets/js/src/customizer.js
parentb91474e53858b3aa5fd70674374befaf856453d9 (diff)
Customizer: listen to the right event for manual file selection in import
Diffstat (limited to 'docs/assets/js/src/customizer.js')
-rw-r--r--docs/assets/js/src/customizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/src/customizer.js b/docs/assets/js/src/customizer.js
index 1f0382dc71..8d9f5f7e0a 100644
--- a/docs/assets/js/src/customizer.js
+++ b/docs/assets/js/src/customizer.js
@@ -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')