From ccfb5fcc3f271890c0f359b301e03581a71df31d Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Thu, 17 Mar 2022 18:02:38 +0700 Subject: [PATCH] Add message about adblock --- src/routes/_error.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/_error.svelte b/src/routes/_error.svelte index 55045b77..2b9244fe 100644 --- a/src/routes/_error.svelte +++ b/src/routes/_error.svelte @@ -40,6 +40,10 @@ Click here to refresh

Or you can try refresh the page by pressing CTRL+F5

+

+ You might also want to check your extension, like adblock, it sometimes wrongly block the script needed for the + site. +

{/if} {#if dev && error.stack}