Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOREAU Elise
project-covid
Commits
7d3902fe
Commit
7d3902fe
authored
Oct 31, 2020
by
Moreau Elise
Browse files
new port for websocket protocol
parent
a894cf3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/assets/dist/map.js
View file @
7d3902fe
...
...
@@ -56845,7 +56845,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "
3769
5" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "
4578
5" + '/');
ws.onmessage = function (event) {
checkedAssets = {};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment