From 8360c9e9f9e463dd5e8ed96a185284f00a90f8b4 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 2 Mar 2018 11:15:37 +0000 Subject: [PATCH] Fixed noindex meta tag for standalone version --- src/web/html/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web/html/index.html b/src/web/html/index.html index 1e76be66..41b74c72 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -87,8 +87,9 @@ changeLoadingMsg(); window.loadingMsgsInt = setInterval(changeLoadingMsg, (Math.random() * 2000) + 1500); - <% if (!htmlWebpackPlugin.options.inline) { %> + <% if (htmlWebpackPlugin.options.inline) { %> + <% } else { %>