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 () {