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/theme/redbasic/js | |
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/theme/redbasic/js')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 7e957a4f4..bec7c55c8 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -22,9 +22,9 @@ function cmtBbClose(comment, id) { $(document).ready(function() { -$('[data-toggle=show_hide]').click(function() { +$('[data-toggle=offcanvas]').click(function() { $('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left'); - $('#region_1').toggleClass('hidden-xs'); + $('main').toggleClass('region_1-on'); }); $('.group-edit-icon').hover( |