replace transition to opacity for sidebar

This commit is contained in:
REJack
2020-05-03 13:22:59 +02:00
parent 850dc37d6d
commit d20dd7c13a
13 changed files with 210 additions and 358 deletions

4
dist/js/adminlte.js vendored
View File

@@ -442,7 +442,9 @@
$(window).resize(function () {
_this.fixLayoutHeight();
});
$('body.hold-transition').removeClass('hold-transition');
setTimeout(function () {
$('body.hold-transition').removeClass('hold-transition');
}, 50);
};
_proto._max = function _max(numbers) {