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:13:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
702ad69817fef17b9a9cefd1fa0d57cae60804a2
702ad698
1 parent
7094b6f4
support query in index.html
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
trunk/research/api-server/static-dir/index.html
trunk/research/players/index.html
trunk/research/api-server/static-dir/index.html
查看文件 @
702ad69
...
...
@@ -18,7 +18,7 @@
update_nav
();
// direct to the default vhost for players.
window
.
location
.
href
=
"players/index.html"
;
window
.
location
.
href
=
"players/index.html"
+
window
.
location
.
search
;
});
</script>
</head>
...
...
trunk/research/players/index.html
查看文件 @
702ad69
...
...
@@ -18,7 +18,7 @@
update_nav
();
// direct to the default vhost for players.
window
.
location
.
href
=
"srs_chat.html?
vhost="
+
srs_get_player_vhost
()
;
window
.
location
.
href
=
"srs_chat.html?
"
+
"&vhost="
+
srs_get_player_vhost
()
+
window
.
location
.
search
;
});
</script>
</head>
...
...
请
注册
或
登录
后发表评论