diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index b929407ede..26f5ba186f 100755 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -39,7 +39,6 @@ {{end}} {{end}} - {{if .OrgTopics}} @@ -168,7 +167,10 @@ document.getElementById("icon_btn").innerHTML="   {{.i18n.Tr "org.unfold"}}" } } - isShowIconBtn() - iscontinueStatus() + + if ({{.OrgTopics}}.length>0){ + isShowIconBtn() + iscontinueStatus() + } \ No newline at end of file