diff options
| author | Heinrich Fenkart <[email protected]> | 2014-10-31 10:58:03 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-10-31 10:58:03 +0100 |
| commit | 12b3ba72787eedec75edd0af7c01616184930068 (patch) | |
| tree | b9a773bd6e18d1f5232da551068c35e683cdea82 /docs/assets/js/src/customizer.js | |
| parent | b91474e53858b3aa5fd70674374befaf856453d9 (diff) | |
| download | bootstrap-12b3ba72787eedec75edd0af7c01616184930068.tar.xz bootstrap-12b3ba72787eedec75edd0af7c01616184930068.zip | |
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.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/src/customizer.js b/docs/assets/js/src/customizer.js index 1f0382dc7..8d9f5f7e0 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') |
