From f658d32c5158eebce1caaca64fba0df612892619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E7=9A=AE=E4=B8=B6?= Date: Mon, 19 Oct 2020 09:55:27 +0800 Subject: [PATCH] Update video.js add nodownload in controls --- scripts/tags/video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tags/video.js b/scripts/tags/video.js index 1688b8242c..afd0d41d21 100644 --- a/scripts/tags/video.js +++ b/scripts/tags/video.js @@ -7,7 +7,7 @@ 'use strict'; function postVideo(args) { - return ``; + return ``; } hexo.extend.tag.register('video', postVideo, {ends: false});