diff options
author | git-marijus <mario@mariovavti.com> | 2016-04-21 18:44:50 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2016-04-21 18:44:50 +0200 |
commit | 391ed8655ebf25c2feb6cef59970778b99351df8 (patch) | |
tree | 5da51cacd6f3e83ec837af759ad31ce4e2828fe9 /view/tpl/nav.tpl | |
parent | aa0c70e198007798385736f370fc07957764acf6 (diff) | |
parent | 82de68c3d3ff931fad4ddb48a69cf62576a5397a (diff) | |
download | volse-hubzilla-391ed8655ebf25c2feb6cef59970778b99351df8.tar.gz volse-hubzilla-391ed8655ebf25c2feb6cef59970778b99351df8.tar.bz2 volse-hubzilla-391ed8655ebf25c2feb6cef59970778b99351df8.zip |
Merge pull request #351 from anaqreon/toggle-context-help
Toggle context help
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 90d741e96..0d70ac5be 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -189,7 +189,7 @@ {{if $nav.help}} <li class="{{$sel.help}}"> - <a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}" onclick="return false;"><i class="icon-question"></i></a> + <a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}" onclick="{{if $nav.help.6}}return false;{{/if}}"><i class="icon-question"></i></a> </li> <div id="help-content" class="help-content"> |