From 6685dbace5f914736ff8b56083915de47b66d2cc Mon Sep 17 00:00:00 2001 From: iotcat Date: Wed, 29 Jan 2020 13:20:07 +0000 Subject: [PATCH] change to js --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2a3a115..a784b26 100644 --- a/index.html +++ b/index.html @@ -278,7 +278,7 @@ $('#video_name').html(res.name); $('#video_name2').html(res.name); $('#video_class').html(res.class); - $('#video_series').html(res.series); + $('#video_series').html(res.seriesID); $('#video_no').html(res.no); $('#video_vid').html(res.vid); $('#video_link').html(res.url);