|
@@ -454,7 +454,6 @@ var PushMenu = function ($) {
|
|
};
|
|
};
|
|
|
|
|
|
PushMenu.prototype.autoCollapse = function autoCollapse() {
|
|
PushMenu.prototype.autoCollapse = function autoCollapse() {
|
|
- console.log(this._options);
|
|
|
|
if (this._options.autoCollapseSize) {
|
|
if (this._options.autoCollapseSize) {
|
|
if ($(window).width() <= this._options.autoCollapseSize) {
|
|
if ($(window).width() <= this._options.autoCollapseSize) {
|
|
if (this.isShown()) {
|
|
if (this.isShown()) {
|