diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 8593b2c71..d51b19934 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -786,7 +786,7 @@ let postSaveTimer = null; case "video/mp4": case "video/webm": case "video/ogg": - let sendmp4 = `[video]${baseurl}/cloud/${address}/${result.display_path}[/video]`;* + let sendmp4 = `[video]/cloud/${address}/${result.display_path}[/video]`;* return `
  • ${result.filename}{{$clicktitle}}

  • `; case "audio/mpeg": case "audio/wav":