Skip to content

Commit

Permalink
Verze 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honza-rychtar committed Aug 10, 2023
1 parent c779ab7 commit bfb2675
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export function hljsLanguages() {
}

export function createTranslateLoader(http: HttpClient) {
return new TranslateHttpLoader(http, './assets/i18n/', '.json?v2.4.9');
return new TranslateHttpLoader(http, './assets/i18n/', '.json?v2.5.0');
}

export function appInitializerFactory(translate: TranslateService) {
Expand Down
1 change: 0 additions & 1 deletion src/app/services/book.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,6 @@ export class BookService {
this.subjectPages.next([page, rightPage]);
}
}
console.log('----analytics', 'page');
this.analytics.sendEvent('page', this.metadata.getShortTitleWithUnit(), pages);
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/static-page/static-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
[diameter]="40">
</mat-spinner>

<span class="app-version" *ngIf="page == 'about'">v2.4.9</span>
<span class="app-version" *ngIf="page == 'about'">v2.5.0</span>

</div>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<script type="text/javascript" src="assets/shared/globals.js?v2.4.9"></script>
<script type="text/javascript" src="assets/shared/globals.js?v2.5.0"></script>
<app-root>
<div class="app-loading">
<div class="loader"></div>
Expand Down

0 comments on commit bfb2675

Please sign in to comment.