concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Possible typo on "community_store/single_pages/dashboard/store/products.php" file #826

Closed mdius closed 7 months ago

mdius commented 8 months ago

File: community_store/single_pages/dashboard/store/products.php

Line 227 $('#main-product-stock-level').addClass('hidden d-none');;

You have 2 ; at the end of the line, I assume a typo?

Mesuva commented 8 months ago

Sure, I'll take that out. Semicolons in javascript are pretty much meaningless though, so two like this isn't going to change the meaning of the line.