正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -142,12 +142,13 @@ | @@ -142,12 +142,13 @@ | ||
142 | 142 | ||
143 | $("#txt_play_url").text(url); | 143 | $("#txt_play_url").text(url); |
144 | $("#txt_play_url").attr("href", url); | 144 | $("#txt_play_url").attr("href", url); |
145 | + $("#txt_play_url").attr("target", "_blank"); | ||
145 | } | 146 | } |
146 | function on_user_publish() { | 147 | function on_user_publish() { |
147 | if ($("#btn_publish").text() == "停止发布") { | 148 | if ($("#btn_publish").text() == "停止发布") { |
148 | srs_publisher.stop(); | 149 | srs_publisher.stop(); |
149 | $("#btn_publish").text("发布视频"); | 150 | $("#btn_publish").text("发布视频"); |
150 | - $("#txt_play_url").text("请发布视频").attr("href", "#"); | 151 | + $("#txt_play_url").text("请发布视频").attr("href", "#").attr("target", "_self"); |
151 | return; | 152 | return; |
152 | } | 153 | } |
153 | 154 |
-
请 注册 或 登录 后发表评论