From 6a3bc3ce26011bb86ed6fc3df4c515be81f03e85 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 8 Mar 2024 14:12:21 +0100 Subject: [PATCH] New support: fix type error --- www/profile/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/profile/inner.js b/www/profile/inner.js index e04aecc0d..cac10751b 100644 --- a/www/profile/inner.js +++ b/www/profile/inner.js @@ -555,7 +555,7 @@ define([ if (!err) { UI.log(Messages.genericCopySuccess); } }); }; - APP.$copyData.show(); + if (APP.$copyData) { APP.$copyData.show(); } }; var createLeftside = function () {