From 9d49e2cff44e8c7717b0ad9009f9c3f38a462e02 Mon Sep 17 00:00:00 2001 From: Kgneo Date: Tue, 26 Sep 2017 17:37:03 +1100 Subject: [PATCH] hotfix loadActionRoom --- views/element/profilSocial.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/element/profilSocial.php b/views/element/profilSocial.php index 32b015c1..548336bf 100755 --- a/views/element/profilSocial.php +++ b/views/element/profilSocial.php @@ -715,11 +715,12 @@ $(".hide-"+contextData.type).hide(); getProfilSubview(subView,dirHash); - loadActionRoom(); + //loadActionRoom(); KScrollTo("#topPosKScroll"); initDateHeaderPage(contextData); getContextDataLinks(); + //Sig.showMapElements(Sig.map, mapElements); var elemSpec = dyFInputs.get(""); buildQRCode( elemSpec.ctrl ,""); -- GitLab