Revert boxed layout fix to attempt another

pull/1109/head
Abdullah Almsaeed 2016-07-01 12:31:17 -04:00
parent 35dacb3f97
commit 1a29b58111
4 changed files with 2 additions and 2 deletions

2
dist/js/app.js vendored
View File

@ -502,7 +502,7 @@ function _init() {
if ($("body").hasClass('layout-boxed')) {
sidebar.css('position', 'absolute');
sidebar.height($(".wrapper").height());
$(window).unbind('resize').resize(function () {
$(window).resize(function () {
_this._fix(sidebar);
});
} else {

2
dist/js/app.min.js vendored

File diff suppressed because one or more lines are too long