Future před 3 roky
rodič
revize
d1108f1df1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;