From a5a024610c3abc47f3de067f36afd81d01ccd5d2 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Mon, 4 Mar 2024 16:21:21 +0100 Subject: [PATCH] revert(app): undo commented out bundle_loaded to prevent flash of preload error --- public/app/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/index.ts b/public/app/index.ts index 3d56b45b880..b6a710921cb 100644 --- a/public/app/index.ts +++ b/public/app/index.ts @@ -19,8 +19,8 @@ import './jquery'; // __webpack_nonce__ = window.nonce; // } -// // This is an indication to the window.onLoad failure check that the app bundle has loaded. -// window.__grafana_app_bundle_loaded = true; +// This is an indication to the window.onLoad failure check that the app bundle has loaded. +window.__grafana_app_bundle_loaded = true; import app from './app';