We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb5a47 commit 8b5b87cCopy full SHA for 8b5b87c
html/app.js
@@ -1,5 +1,8 @@
1
2
var sseHost = window.location.protocol + "//" + window.location.host;
3
+if(window.location.pathname !== "/") {
4
+ sseHost += "/" + window.location.pathname;
5
+}
6
7
var player = null;
8
var progLast = null;
0 commit comments