]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Customizer: listen to the right event for manual file selection in import 14954/head
authorHeinrich Fenkart <hnrch02@gmail.com>
Fri, 31 Oct 2014 09:58:03 +0000 (10:58 +0100)
committerHeinrich Fenkart <hnrch02@gmail.com>
Fri, 31 Oct 2014 09:58:03 +0000 (10:58 +0100)
docs/assets/js/src/customizer.js

index 1f0382dc711be8fab928d472abad43d5bbbccc50..8d9f5f7e0a04c4075dedb1ba610c30069fc22bf5 100644 (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')