Commit 97ed6236 authored by XhmikosR's avatar XhmikosR

Merge pull request #14903 from twbs/fix-#14750

Fix customizer download with Firefox.
parents 4e3ffa56 cf88a65f
This diff is collapsed.
...@@ -466,7 +466,7 @@ window.onload = function () { // wait for load in a dumb way because B-0 ...@@ -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) { generateZip(generateCSS(preamble), generateJS(preamble), generateFonts(), configJson, function (blob) {
$compileBtn.removeAttr('disabled') $compileBtn.removeAttr('disabled')
saveAs(blob, 'bootstrap.zip') setTimeout(function () { saveAs(blob, 'bootstrap.zip') }, 0)
}) })
}) })
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment