Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed May 8, 2019
2 parents ef55d38 + 012bdff commit 0fe5216
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 0fe5216

Please sign in to comment.