@next-core/brick-kit 2.155.2 → 2.155.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.bundle.js +1 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.bundle.js
CHANGED
|
@@ -9275,8 +9275,8 @@
|
|
|
9275
9275
|
_this2.loadingBar = new BaseBar(_this2, "loadingBar");
|
|
9276
9276
|
_this2.router = new Router(_this2);
|
|
9277
9277
|
initAnalytics();
|
|
9278
|
-
_this2.originFaviconHref = (_document$querySelect = document.querySelector("link[rel='shortcut icon']")) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.href;
|
|
9279
9278
|
yield _this2.router.bootstrap();
|
|
9279
|
+
_this2.originFaviconHref = (_document$querySelect = document.querySelector("link[rel='shortcut icon']")) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.href;
|
|
9280
9280
|
|
|
9281
9281
|
if (!window.STANDALONE_MICRO_APPS) {
|
|
9282
9282
|
_this2.legacyAuthGuard();
|