aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-08-07 23:15:03 -0700
committerJacob Thornton <[email protected]>2013-08-07 23:15:03 -0700
commitd32012337465b7584c0dfabf8cce845075193d6d (patch)
tree702a4e76d19843901c7a7db301ac0bf0e350399a /customize.html
parent89b69ed77035eeb9c0034534d75fdb2062f10d47 (diff)
downloadbootstrap-d32012337465b7584c0dfabf8cce845075193d6d.tar.xz
bootstrap-d32012337465b7584c0dfabf8cce845075193d6d.zip
zip js as well …
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html
index 430a01d2e..b760782df 100644
--- a/customize.html
+++ b/customize.html
@@ -1477,7 +1477,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
}
}
- if (!js) {
+ if (js) {
var jsFolder = zip.folder('js')
for (var fileName in js) {
jsFolder.file(fileName, js[fileName])