Skip to content

Commit 0fe5216

Browse files
committed
Merge branch 'master' into stable
2 parents ef55d38 + 012bdff commit 0fe5216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-src/js/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export function getWebsocketUrl(relativePath) {
319319

320320
var dir = getUrlDir();
321321
if (dir) {
322-
hostUrl += '/' + dir;
322+
hostUrl += dir;
323323
}
324324

325325
if (isEmptyString(relativePath)) {

0 commit comments

Comments
 (0)