Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2013-12-26 09:18:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c23b133fdcc4bb0f21d9bb87310a1058c8a4537e
c23b133f
1 parent
702ad698
support query in index.html
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
trunk/research/players/index.html
trunk/research/players/index.html
查看文件 @
c23b133
...
...
@@ -18,7 +18,9 @@
update_nav
();
// direct to the default vhost for players.
window
.
location
.
href
=
"srs_chat.html?"
+
"&vhost="
+
srs_get_player_vhost
()
+
window
.
location
.
search
;
var
query
=
""
+
window
.
location
.
search
;
query
=
query
.
substr
(
1
);
window
.
location
.
href
=
"srs_chat.html?"
+
"vhost="
+
srs_get_player_vhost
()
+
"&"
+
query
;
});
</script>
</head>
...
...
请
注册
或
登录
后发表评论