From acb5581f694582a2fa6896092c915c5fd462f45d Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Fri, 2 Sep 2022 12:34:12 +0200 Subject: [PATCH] . --- content/master.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/master.blade.php b/content/master.blade.php index e6c2bbe..9e451a6 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -353,8 +353,7 @@ let url = null; if(window.location.origin == 'http://localhost') url = window.location.origin+'/areya-energy/public/'+btoa(JSON.stringify(objProducts)); else url = window.location.origin+'/'+btoa(JSON.stringify(objProducts)); - $('.cart-link').attr('href', url); - $('.cart-link').text(url); + $('.cart-link').val(url); const shareData = { title: "Share cart list", text: 'share cart list',