removed console.log() from PushMenu

pull/2119/head
REJack 2019-06-05 14:08:04 +02:00
parent 9c640e0f6f
commit 5e05228f3c
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 3 additions and 5 deletions

View File

@ -93,7 +93,6 @@ const PushMenu = (($) => {
}
autoCollapse() {
console.log(this._options)
if (this._options.autoCollapseSize) {
if ($(window).width() <= this._options.autoCollapseSize) {
if (this.isShown()) {

1
dist/js/adminlte.js vendored
View File

@ -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