[Update] 修改提示播放器下载地址

pull/3810/head
Michael Bai 2020-03-23 03:02:22 +08:00
parent cff3a790ef
commit 41b73c3701
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ $(document).ready(function() {
var hasConfirm = getCookie('replayConfirm');
if (!hasConfirm) {
var help_text = "{% trans "Visit doc for replay play offline: " %}";
help_text += "http://docs.jumpserver.org";
help_text += "https://github.com/jumpserver/videoplayer";
var r = confirm(help_text);
setCookie("replayConfirm", "1")
}