From 9b5de6b9124bf49fea949eb20b8aef8915b38eed Mon Sep 17 00:00:00 2001 From: unknown <1371033826@qq.com> Date: Sun, 1 Jun 2025 16:54:01 +0800 Subject: [PATCH] hide-table-while-run-facial --- js/widgets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/widgets.js b/js/widgets.js index 2b2ac2a..eda4d4c 100644 --- a/js/widgets.js +++ b/js/widgets.js @@ -5988,7 +5988,7 @@ function add_face(user_title, user_topic, user_content, user_style, title_style) var cameraDiv = $("
") contents.push(cameraDiv) // add a real-time web camera - var video = $("") + var video = $("") cameraDiv.append(video) // floating canvas on top of the video var canvas = $("") @@ -6144,7 +6144,7 @@ function add_face(user_title, user_topic, user_content, user_style, title_style) dia.close().remove() }) }) - var allDataTable = $('') + var allDataTable = $('') contents.push(allDataTable) var ctx = canvas[0].getContext('2d') // 居中显示Loading...