mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 10:06:23 +02:00
script.js: set default of lightVersion as false
This commit is contained in:
@ -2248,7 +2248,7 @@ globalConsoleContainerEl
|
||||
autoSave: true,
|
||||
autoComplete: true,
|
||||
preserveConsoleLogs: true,
|
||||
lightVersion: true,
|
||||
lightVersion: false,
|
||||
lineWrap: true
|
||||
},
|
||||
function syncGetCallback(result) {
|
||||
|
Reference in New Issue
Block a user