Bachir Soussi Chiadmi преди 3 години
родител
ревизия
640085c049
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 0 0
      web/themes/custom/materiotheme/assets/dist/main.js
  2. 2 2
      web/themes/custom/materiotheme/vuejs/components/Content/Card.vue

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


+ 2 - 2
web/themes/custom/materiotheme/vuejs/components/Content/Card.vue

@@ -124,7 +124,7 @@ export default {
       return collid === this.loadingFlag;
     },
     onFlagActionCard (e) {
-      console.log("Card onFlagActionCard", isActive, e);
+      console.log("Card onFlagActionCard", e);
       if (!this.loadingFlag) {
         let collid = e.target.getAttribute('collid');
         let isActive = this.flagIsActive(collid);
@@ -143,7 +143,7 @@ export default {
             console.log("onFlagActionCard then", data);
             this.loadingFlag = false;
           })
-        }    
+        }
       }
     }
   }

Някои файлове не бяха показани, защото твърде много файлове са промени