From d32012337465b7584c0dfabf8cce845075193d6d Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 7 Aug 2013 23:15:03 -0700 Subject: [PATCH] =?utf8?q?zip=20js=20as=20well=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.html b/customize.html index 430a01d2e4..b760782df6 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]) -- 2.47.2