From a600f7acf722c7302783631d29d1e21034e94f4a Mon Sep 17 00:00:00 2001 From: iotcat Date: Fri, 17 Jan 2020 11:26:12 +0000 Subject: [PATCH] add css --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0fb08fd..e7b12af 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ Video_Name - + Video_Link @@ -219,6 +219,7 @@ } var printInfo = function(res){ $('#video_name').html(res.name); + $('#video_name2').html(res.name); $('#video_class').html(res.class); $('#video_series').html(res.series); $('#video_no').html(res.no);