Bladeren bron

removed console.log() from PushMenu

REJack 5 jaren geleden
bovenliggende
commit
5e05228f3c
5 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 1
      build/js/PushMenu.js
  2. 0 1
      dist/js/adminlte.js
  3. 0 0
      dist/js/adminlte.js.map
  4. 0 0
      dist/js/adminlte.min.js
  5. 0 0
      dist/js/adminlte.min.js.map

+ 0 - 1
build/js/PushMenu.js

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

+ 0 - 1
dist/js/adminlte.js

@@ -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 it is too large
+ 0 - 0
dist/js/adminlte.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/adminlte.min.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/adminlte.min.js.map


Some files were not shown because too many files changed in this diff