0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

apply #14954 to hosted docs

This commit is contained in:
Heinrich Fenkart 2014-10-31 11:07:19 +01:00
parent 69e2fae33e
commit aa309a1e9e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View 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')