From 1ecf6a308119b2d1e0a8640cd8d39e8c8940bce4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 6 May 2024 18:00:32 +0200 Subject: [PATCH] wip #6895 --- resources/webflow/js/custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/webflow/js/custom.js b/resources/webflow/js/custom.js index ce7eeaf..67250a5 100644 --- a/resources/webflow/js/custom.js +++ b/resources/webflow/js/custom.js @@ -322,6 +322,8 @@ Cart.prototype = { } $(function () { + $('body').append(''); + $('#wf-form-login').attr('action', '/landing/login'); $("#wf-form-login").append(''); -- 2.39.5