mirror of https://github.com/ColorlibHQ/AdminLTE
removed console.log() from PushMenu
parent
9c640e0f6f
commit
5e05228f3c
|
@ -93,7 +93,6 @@ const PushMenu = (($) => {
|
|||
}
|
||||
|
||||
autoCollapse() {
|
||||
console.log(this._options)
|
||||
if (this._options.autoCollapseSize) {
|
||||
if ($(window).width() <= this._options.autoCollapseSize) {
|
||||
if (this.isShown()) {
|
||||
|
|
|
@ -454,7 +454,6 @@ var PushMenu = function ($) {
|
|||
};
|
||||
|
||||
PushMenu.prototype.autoCollapse = function autoCollapse() {
|
||||
console.log(this._options);
|
||||
if (this._options.autoCollapseSize) {
|
||||
if ($(window).width() <= this._options.autoCollapseSize) {
|
||||
if (this.isShown()) {
|
||||
|
|
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
Loading…
Reference in New Issue