Skip to content

Commit

Permalink
NodeJS modules update.
Browse files Browse the repository at this point in the history
  • Loading branch information
burzumishi committed Nov 12, 2018
1 parent 486251f commit d4b3a08
Show file tree
Hide file tree
Showing 758 changed files with 23,820 additions and 40,035 deletions.
4 changes: 2 additions & 2 deletions www/js/modules/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var Config = {

debug: param('debug') || 0,

host: param('host') || "172.17.0.15",
host: param('host') || "127.0.0.1",

port: param('port') || 4000,

Expand Down Expand Up @@ -40,7 +40,7 @@ var Config = {

separator: window.location.search.has('separator') ? param('separator') : ';',

proxy: param('proxy') || 'ws://172.17.0.15:6200/',
proxy: param('proxy') || 'ws://127.0.0.1:6200/',

view: param('host') + ':' + param('port') + ':' + window.screen.width + 'x' + window.screen.height,

Expand Down
6 changes: 0 additions & 6 deletions www/node_modules/iconv-lite/.npmignore

This file was deleted.

20 changes: 0 additions & 20 deletions www/node_modules/iconv-lite/.travis.yml

This file was deleted.

69 changes: 69 additions & 0 deletions www/node_modules/iconv-lite/Changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions www/node_modules/iconv-lite/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions www/node_modules/iconv-lite/encodings/dbcs-codec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 15 additions & 9 deletions www/node_modules/iconv-lite/encodings/dbcs-data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/node_modules/iconv-lite/encodings/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions www/node_modules/iconv-lite/encodings/internal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4b3a08

Please sign in to comment.