diff --git a/HELP.md b/HELP.md index f81acbd1..fbca3688 100644 --- a/HELP.md +++ b/HELP.md @@ -378,7 +378,7 @@ Here is description of options: "zip" : true, /* zip text before send / unzip before save */ "buffer" : true, /* buffer for copying files */ "dirStorage" : true, /* store directory listing */ - "online" : true, /* load js files from cdn or local path */ + "online" : false, /* do not load js files from cdn */ "open" : true, /* open web browser when server started */ "oneFilePanel" : false, /* show one file panel */ "keysPanel" : true, /* show classic panel with buttons of keys */ diff --git a/json/config.json b/json/config.json index d627f6e3..3b741d6e 100644 --- a/json/config.json +++ b/json/config.json @@ -10,7 +10,7 @@ "zip" : true, "buffer": true, "dirStorage": false, - "online": true, + "online": false, "open": true, "keysPanel": true, "port": 8000,