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);