support query in index.html

pull/133/head
winlin 11 years ago
parent 7094b6f437
commit 702ad69817

@ -18,7 +18,7 @@
update_nav(); update_nav();
// direct to the default vhost for players. // direct to the default vhost for players.
window.location.href = "players/index.html"; window.location.href = "players/index.html" + window.location.search;
}); });
</script> </script>
</head> </head>

@ -18,7 +18,7 @@
update_nav(); update_nav();
// direct to the default vhost for players. // 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> </script>
</head> </head>

Loading…
Cancel
Save