move region_1 to off instead of removing it and dont squelch region_2 when region_1 moves in again
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user