0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fix customizer download with Firefox.

This commit is contained in:
Heinrich Fenkart 2014-10-29 06:47:51 +02:00 committed by XhmikosR
parent 4e3ffa5629
commit cf88a65f30
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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)
})
})
});