From 4d16cbf4dc9f8fbcbdfc462594de6d3d825e5a39 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Tue, 5 Jul 2022 07:23:36 +0000 Subject: [PATCH] * fix indentation problem --- module/index/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/index/js/index.js b/module/index/js/index.js index c3b4f6633d..a64ee60cb9 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -264,8 +264,8 @@ } /* Show page app and update iframe source */ - // if(url) reloadApp(appCode, url, true); - if (url) { + if (url) + { app.$app.toggleClass('open-from-hiddn', app.$app.is(':hidden')) reloadApp(appCode, url, true); }