adb-shared 3.0.31 → 3.0.32
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/fesm2020/adb-shared.mjs
CHANGED
|
@@ -432,7 +432,6 @@ class ADBNavComponent {
|
|
|
432
432
|
this.url = window.location.href;
|
|
433
433
|
const baseUrl = this.envService.environment.resourceUrl;
|
|
434
434
|
const url = this.artfakta ? '/assets/links-ap3.json' : '/assets/artportalen/links-ap3.json';
|
|
435
|
-
console.log('banana', baseUrl + url);
|
|
436
435
|
this.subscription.add(this.httpClient.get(baseUrl + url).subscribe(result => {
|
|
437
436
|
this.navigation = result;
|
|
438
437
|
}));
|