aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/help.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-12 22:21:49 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-12 22:21:49 +0100
commit61257094b7befe12dadbd3593fcfa70d09da2fbb (patch)
tree6f1a8545576e3a164114f2d7124b8f6dc9320a87 /view/tpl/help.tpl
parent8aabc6bc3dfccb85f44b5db4708a756124277e1e (diff)
downloadvolse-hubzilla-61257094b7befe12dadbd3593fcfa70d09da2fbb.tar.gz
volse-hubzilla-61257094b7befe12dadbd3593fcfa70d09da2fbb.tar.bz2
volse-hubzilla-61257094b7befe12dadbd3593fcfa70d09da2fbb.zip
fix help menu
Diffstat (limited to 'view/tpl/help.tpl')
-rw-r--r--view/tpl/help.tpl4
1 files changed, 2 insertions, 2 deletions
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 @@
<div class="section-content-wrapper" id="doco-content">
<h3 id="doco-top-toc-heading">
<span class="fakelink" onclick="docoTocToggle(); return false;">
- <i class="fakelink fa fa-caret-right" id="doco-toc-toggle"></i>
+ <i class="fa fa-fw fa-caret-right fakelink" id="doco-toc-toggle"></i>
{{$tocHeading}}
</span>
</h3>
@@ -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();