]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
zip js as well …
authorJacob Thornton <jacobthornton@gmail.com>
Thu, 8 Aug 2013 06:15:03 +0000 (23:15 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Thu, 8 Aug 2013 06:15:03 +0000 (23:15 -0700)
customize.html

index 430a01d2e4d0bba742682e96bed630b3c3237302..b760782df60172385cb6448a5c0775e0115b6f4a 100644 (file)
@@ -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])