From 9c5bf0f8170cdbc02df03e6db3b79c66bc458ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Nils=20Kuklau?= Date: Wed, 11 Sep 2019 23:51:45 +0200 Subject: [PATCH] Samples: WASM Safari workaround 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 +