diff options
author | friendica <info@friendica.com> | 2014-03-13 15:37:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-13 15:37:29 -0700 |
commit | 254885c5ee31b7ab5174161775f5b225fb687e56 (patch) | |
tree | 3198d4778c4e5708ff516720cd09d52a0d446539 /view/tpl/nav.tpl | |
parent | a8ea9197654415cbe156fb5552f9d668a0b86eba (diff) | |
parent | a8de28cc16df3def8122db4d48b656fc56fce54f (diff) | |
download | volse-hubzilla-254885c5ee31b7ab5174161775f5b225fb687e56.tar.gz volse-hubzilla-254885c5ee31b7ab5174161775f5b225fb687e56.tar.bz2 volse-hubzilla-254885c5ee31b7ab5174161775f5b225fb687e56.zip |
Merge https://github.com/friendica/red into zpull
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 a4baaf48b..fbdf28f76 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -5,7 +5,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <button id="expand-aside" type="button" class="navbar-toggle" data-toggle="show_hide" data-target="#region_1"> + <button id="expand-aside" type="button" class="navbar-toggle" data-toggle="offcanvas" data-target="#region_1"> <i class="icon-circle-arrow-right" id="expand-aside-icon"></i> </button> {{if $userinfo}} |