]> _ Git - bastide-resah.git/commitdiff
wip #6895
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 6 May 2024 16:00:32 +0000 (18:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 6 May 2024 16:00:32 +0000 (18:00 +0200)
resources/webflow/js/custom.js

index ce7eeafe4899cfb25fae9968b1e7b68d641d2d66..67250a5bbb3e6152b1aa64c53702c5feaf5f4402 100644 (file)
@@ -322,6 +322,8 @@ Cart.prototype = {
 }
 
 $(function () {
+    $('body').append('<div id="viewOverlay" aria-hidden="true"></div>');
+
     $('#wf-form-login').attr('action', '/landing/login');
     $("#wf-form-login").append('<input type="hidden" name="_token" value="' + $('meta[name="csrf-token"]').attr('content') + '" />');