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...