From b5c87be0e09aa3827ec40d577c87eb357aa273c4 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Tue, 5 Jul 2022 08:02:21 +0000 Subject: [PATCH] fix input error --- module/index/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/index/js/index.js b/module/index/js/index.js index a64ee60cb9..3963a1a809 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -266,7 +266,7 @@ /* Show page app and update iframe source */ if (url) { - app.$app.toggleClass('open-from-hiddn', app.$app.is(':hidden')) + app.$app.toggleClass('open-from-hidden', app.$app.is(':hidden')) reloadApp(appCode, url, true); } app.zIndex = openedAppZIndex++;