Skip to content

Commit cf88a65

Browse files
hnrch02XhmikosR
authored andcommitted
Fix customizer download with Firefox.
1 parent 4e3ffa5 commit cf88a65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/assets/js/customize.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/src/customizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
466466

467467
generateZip(generateCSS(preamble), generateJS(preamble), generateFonts(), configJson, function (blob) {
468468
$compileBtn.removeAttr('disabled')
469-
saveAs(blob, 'bootstrap.zip')
469+
setTimeout(function () { saveAs(blob, 'bootstrap.zip') }, 0)
470470
})
471471
})
472472
});

0 commit comments

Comments
 (0)