diff options
author | marijus <mario@mariovavti.com> | 2014-03-13 19:50:22 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-13 19:50:22 +0100 |
commit | b32f8f0ba792bcea4d837444d986e71172097926 (patch) | |
tree | a32fa0716b6f474ac59a7550b806d147d65feed6 /view/tpl/nav.tpl | |
parent | 3f337dad2c783e62338a88887d1ef3d7754da410 (diff) | |
download | volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.tar.gz volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.tar.bz2 volse-hubzilla-b32f8f0ba792bcea4d837444d986e71172097926.zip |
move region_1 to off instead of removing it and dont squelch region_2 when region_1 moves in again
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}} |