revert(app): undo commented out bundle_loaded to prevent flash of preload error

This commit is contained in:
Jack Westbrook
2025-03-03 09:40:33 +01:00
parent d8531fcb44
commit a5a024610c
+2 -2
View File
@@ -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';