Future 3 years ago
parent
commit
d1108f1df1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/ShoppingCart.html

+ 1 - 1
src/main/webapp/ShoppingCart.html

@@ -121,7 +121,7 @@
                 let otherGoods = $(this).parent().parent().children("div.goods").children("input").not(this);
                 for(let i = 0; i < otherGoods.length; ++i)
                 {
-                    console.dir(otherGoods[i].checked);
+                    // console.dir(otherGoods[i].checked);
                     if(!otherGoods[i].checked)
                     {
                         return;