From bae176fa72f6f45abd6034da98ebeecd7674d3ea Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Thu, 9 May 2024 19:04:08 +0200 Subject: [PATCH] Fix issue with netlify banner in web app --- js/web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/web.js b/js/web.js index 0b15ec26c..12af567cc 100644 --- a/js/web.js +++ b/js/web.js @@ -17,7 +17,7 @@ function initializeWebApp() { event.preventDefault(); window.open(event.currentTarget.href, '_blank'); }); - if (location.host == 'blockbench-dev.netlify.app' || true) { + if (location.host == 'blockbench-dev.netlify.app') { let button = $(` Hosted by