1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

update the publish link

This commit is contained in:
winlin 2013-12-21 20:27:23 +08:00
parent b114fd35c5
commit cb55f23363

View file

@ -142,12 +142,13 @@
$("#txt_play_url").text(url);
$("#txt_play_url").attr("href", url);
$("#txt_play_url").attr("target", "_blank");
}
function on_user_publish() {
if ($("#btn_publish").text() == "停止发布") {
srs_publisher.stop();
$("#btn_publish").text("发布视频");
$("#txt_play_url").text("请发布视频").attr("href", "#");
$("#txt_play_url").text("请发布视频").attr("href", "#").attr("target", "_self");
return;
}