X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fwidget_forumlist.tpl;h=6d0af8ce24c4728e6c93609439068cd505b4cd0c;hb=7f4d399fc8ca0abd4ab99f1ee9dfecd5fa175fde;hp=a742a13b21f87a98c42174c2e2f7c34dc6ddee52;hpb=8f36a1554e179b51de1f7e53b8543176ae9211d9;p=friendica.git diff --git a/view/templates/widget_forumlist.tpl b/view/templates/widget_forumlist.tpl index a742a13b21..6d0af8ce24 100644 --- a/view/templates/widget_forumlist.tpl +++ b/view/templates/widget_forumlist.tpl @@ -2,20 +2,21 @@ function showHideForumlist() { if( $("li[id^='forum-widget-entry-extended-']").is(':visible')) { $("li[id^='forum-widget-entry-extended-']").hide(); - $("li#forum-widget-collapse").html(window.showMore); + $("li#forum-widget-collapse").html('{{$showmore}}'); } else { $("li[id^='forum-widget-entry-extended-']").show(); - $("li#forum-widget-collapse").html(window.showFewer); + $("li#forum-widget-collapse").html('{{$showless}}'); } } -