From: Heinrich Fenkart Date: Fri, 31 Oct 2014 09:58:03 +0000 (+0100) Subject: Customizer: listen to the right event for manual file selection in import X-Git-Tag: v3.3.1~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b3ba72787eedec75edd0af7c01616184930068;p=thirdparty%2Fbootstrap.git Customizer: listen to the right event for manual file selection in import --- 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')