]> _ Git - fluidbook-html5.git/commitdiff
wip #3828 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 15 Sep 2020 14:21:26 +0000 (16:21 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 15 Sep 2020 14:21:26 +0000 (16:21 +0200)
js/libs/fluidbook/cart/fluidbook.cart.mopec.js

index 587e83cb24c3f55af035e48db2c9ecb42ecdea8f..64d77cdcbbb3e3bcee999e9ec9c012b143e71974 100644 (file)
@@ -90,7 +90,7 @@ FluidbookCartMopec.prototype = {
                         $this.fluidbook.tooltip.displayTooltip($this.fluidbook.l10n.__("the item has been added to your cart"), 'invert');
                         $this.fluidbook.hideLoader();
                         $this.updateCartData(function () {
-
+                            $this.fluidbook.menu.openView('cart');
                         });
                     }
                 }