From 0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 Mar 2017 17:02:55 +0100 Subject: fixing classes --- view/tpl/help.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/help.tpl') diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 10e0a4957..61c2b44b2 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -22,9 +22,9 @@ function docoTocToggle() { if($('#doco-top-toc').is(':visible')) { - $('#doco-toc-toggle').removeClass('fa-caret-down').addClass('fa-caret-right'); + $('#doco-toc-toggle').removeClass('fa-cog').addClass('fa-caret-right'); } else { - $('#doco-toc-toggle').removeClass('fa-caret-right').addClass('fa-caret-down'); + $('#doco-toc-toggle').removeClass('fa-caret-right').addClass('fa-cog'); } $('#doco-top-toc').toggle(); -- cgit v1.2.3 From 61257094b7befe12dadbd3593fcfa70d09da2fbb Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 12 Mar 2017 22:21:49 +0100 Subject: fix help menu --- view/tpl/help.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/help.tpl') diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 61c2b44b2..43b061dcc 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -5,7 +5,7 @@

- + {{$tocHeading}}

@@ -24,7 +24,7 @@ if($('#doco-top-toc').is(':visible')) { $('#doco-toc-toggle').removeClass('fa-cog').addClass('fa-caret-right'); } else { - $('#doco-toc-toggle').removeClass('fa-caret-right').addClass('fa-cog'); + $('#doco-toc-toggle').removeClass('fa-caret-right').addClass('fa-caret-down'); } $('#doco-top-toc').toggle(); -- cgit v1.2.3