1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

set default to chat.

This commit is contained in:
winlin 2013-12-26 09:02:16 +08:00
parent 531fa6fb76
commit 7094b6f437
2 changed files with 51 additions and 1 deletions

View file

@ -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();
});
</script>
</head>