chribre / Kleinerzeugernetzwerk

0 stars 0 forks source link

obsolete code product card #11

Open chribre opened 2 years ago

chribre commented 2 years ago

When I tried to add a appearence class to the product cards in leaflet-sidebar I tried to edit the component map.php and found something here: https://github.com/chribre/Kleinerzeugernetzwerk/blob/14e07bc593118356b207875330779eb455390708/assets/components/map.php#L336-L356

I think this is obsolete because the magic happens in two other files https://github.com/chribre/Kleinerzeugernetzwerk/blob/14e07bc593118356b207875330779eb455390708/js/production_point_api/production_point_api.js#L119

and

https://github.com/chribre/Kleinerzeugernetzwerk/blob/14e07bc593118356b207875330779eb455390708/js/seller_web_services/seller_details.js.php#L568

It was hard to find the manipulation points so it would be nice to remove obsolete code.