Commit cf88a65f authored by Heinrich Fenkart's avatar Heinrich Fenkart Committed by XhmikosR

Fix customizer download with Firefox.

parent 4e3ffa56
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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)
})
})
});
......
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