Skip to content

Commit

Permalink
Verze 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honza-rychtar committed Dec 15, 2019
1 parent a93e1aa commit e67cef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/services/logger.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class LoggerService {

constructor() {
this.logInfo = !environment.production;
this.logInfo = true;
this.logError = true;
}

info(message?: any, ...optionalParams: any[]) {
Expand Down
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?v1.3.0"></script>
<script type="text/javascript" src="assets/shared/globals.js?v1.4.0"></script>
<app-root>
<div class="app-loading">
<div class="loader"></div>
Expand Down

0 comments on commit e67cef9

Please sign in to comment.