From ff2731fdf6c79a654e53b52b3815d48ef44cb30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Nils=20Kuklau?= Date: Thu, 12 Sep 2019 15:29:34 +0200 Subject: [PATCH] Samples: WASM Safari workaround (#185) See https://github.com/mono/mono/issues/15588#issuecomment-529056521. blazorstrap.io currently won't load in preview versions of Safari (which will become non-preview in a few days); this one-liner tries to work around it. --- src/Sample/wwwroot/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Sample/wwwroot/index.html b/src/Sample/wwwroot/index.html index 08b3318f..9b887677 100644 --- a/src/Sample/wwwroot/index.html +++ b/src/Sample/wwwroot/index.html @@ -42,7 +42,11 @@ Loading... + + + + - \ No newline at end of file +