diff --git a/testapp/templates/show-cookie-bar-script.html b/testapp/templates/show-cookie-bar-script.html index 269edf8..caaba5f 100644 --- a/testapp/templates/show-cookie-bar-script.html +++ b/testapp/templates/show-cookie-bar-script.html @@ -21,6 +21,8 @@ }, onDecline: () => document.querySelector('body').classList.remove('with-cookie-bar'), }); + + document.getElementById('loading-marker').style.display = 'inline';