Skip to content

Commit

Permalink
Fixed error feedback bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GitStudying authored Jul 31, 2023
1 parent 58951f0 commit 7758fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ <h2>Help and information</h2>
var retailprice_excl_shipping = parseFloat(document.getElementById("retailprice").value);
var retailprice_incl_shipping = retailprice_excl_shipping+printify_shipping;
var plat_cost = 0;
errorFeedback();
if (plat == "Etsy") // Etsy
{
var listingcost = 0.2; // one time
Expand Down

0 comments on commit 7758fc8

Please sign in to comment.