]> _ Git - fluidbook-html5.git/commitdiff
wait #7976 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Feb 2026 17:20:29 +0000 (18:20 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Feb 2026 17:20:37 +0000 (18:20 +0100)
js/libs/fluidbook/cart/fluidbook.cart.bastide-resah-guest.js

index 4e270076cff269e5c3ab20db910ed17a2c81b613..8dd5747e8361f4976202c0e1b346591c72a463b1 100644 (file)
@@ -59,6 +59,10 @@ FluidbookCartBastideResahGuest.prototype = {
         });*/
     },
 
+    getItemCount: function () {
+        return 0;
+    },
+
     addToCart: function (reference) {
         window.location.hash = '#/cart';
         return false;