mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix customizer download with Firefox.
This commit is contained in:
parent
4e3ffa5629
commit
cf88a65f30
2 changed files with 3 additions and 3 deletions
4
docs/assets/js/customize.min.js
vendored
4
docs/assets/js/customize.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -466,7 +466,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
|
|||
|
||||
generateZip(generateCSS(preamble), generateJS(preamble), generateFonts(), configJson, function (blob) {
|
||||
$compileBtn.removeAttr('disabled')
|
||||
saveAs(blob, 'bootstrap.zip')
|
||||
setTimeout(function () { saveAs(blob, 'bootstrap.zip') }, 0)
|
||||
})
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue