Bachir Soussi Chiadmi 3 years ago
parent
commit
640085c049

File diff suppressed because it is too large
+ 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;
           })
-        }    
+        }
       }
     }
   }

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