Skip to content

Commit

Permalink
bugy#213 fixed leading double-slash in websocket connections
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed May 7, 2019
1 parent b2efc82 commit 012bdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export function getWebsocketUrl(relativePath) {

var dir = getUrlDir();
if (dir) {
hostUrl += '/' + dir;
hostUrl += dir;
}

if (isEmptyString(relativePath)) {
Expand Down

0 comments on commit 012bdff

Please sign in to comment.