mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
zip js as well …
This commit is contained in:
parent
89b69ed770
commit
d320123374
@ -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')
|
var jsFolder = zip.folder('js')
|
||||||
for (var fileName in js) {
|
for (var fileName in js) {
|
||||||
jsFolder.file(fileName, js[fileName])
|
jsFolder.file(fileName, js[fileName])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user