rebuild AdminLTE dist after updated node_modules

This commit is contained in:
REJack
2019-05-18 10:28:58 +02:00
parent 91533abab1
commit 8a2e0508bb
7 changed files with 1590 additions and 591 deletions

1950
dist/css/adminlte.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3
dist/js/adminlte.js vendored
View File

@@ -227,7 +227,6 @@ var Layout = function ($) {
footer: $(Selector.FOOTER).outerHeight(),
sidebar: $(Selector.SIDEBAR).height()
};
console.log(heights);
var max = this._max(heights);
@@ -256,8 +255,6 @@ var Layout = function ($) {
});
$(window).resize(function () {
console.log('resized');
_this.fixLayoutHeight();
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long