From bb301657a29ca96d1969164f75843be9d5556f3e Mon Sep 17 00:00:00 2001 From: AnkitSharma-007 Date: Mon, 19 Oct 2020 20:58:48 +0530 Subject: [PATCH] js code update --- BlazorWebassemblyI18n/wwwroot/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BlazorWebassemblyI18n/wwwroot/index.html b/BlazorWebassemblyI18n/wwwroot/index.html index e0ce9f1..e93e7e9 100644 --- a/BlazorWebassemblyI18n/wwwroot/index.html +++ b/BlazorWebassemblyI18n/wwwroot/index.html @@ -24,7 +24,8 @@ get: () => window.localStorage['AppLanguage'], set: (value) => window.localStorage['AppLanguage'] = value }; - + +