From 7094b6f43737d5258d1633a392658552d08b093f Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 26 Dec 2013 09:02:16 +0800 Subject: [PATCH] set default to chat. --- .../research/api-server/static-dir/index.html | 50 +++++++++++++++++++ trunk/research/players/index.html | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100755 trunk/research/api-server/static-dir/index.html diff --git a/trunk/research/api-server/static-dir/index.html b/trunk/research/api-server/static-dir/index.html new file mode 100755 index 000000000..0b1ff9823 --- /dev/null +++ b/trunk/research/api-server/static-dir/index.html @@ -0,0 +1,50 @@ + + + + SRS + + + + + + + + + + + +
+
+ +
+ diff --git a/trunk/research/players/index.html b/trunk/research/players/index.html index b9938c0f6..771960b1d 100755 --- a/trunk/research/players/index.html +++ b/trunk/research/players/index.html @@ -18,7 +18,7 @@ update_nav(); // direct to the default vhost for players. - window.location.href = "srs_player.html?vhost=" + srs_get_player_vhost(); + window.location.href = "srs_chat.html?vhost=" + srs_get_player_vhost(); });