Skip to content

Commit

Permalink
Samstag 17:45
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hornburger committed Oct 26, 2024
1 parent 914971d commit 87bb928
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ export class AppComponent implements OnInit, OnDestroy, AfterContentChecked {

if(this.Pool.Mitarbeiterdaten.Planeradministrator === true) {

Page = 'PageNeu'; // this.Pool.Appeinstellungen.AdminStartseite;
// Page = this.Pool.Appeinstellungen.AdminStartseite;
// Page = 'PageNeu'; // this.Pool.Appeinstellungen.AdminStartseite;
Page = this.Pool.Appeinstellungen.AdminStartseite;
}
else {

Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<body>
<app-root></app-root>
<app-redirect></app-redirect>
<script src="runtime.79f787f4b19a062e.js" type="module"></script><script src="polyfills.7ff4c4c37cd47122.js" type="module"></script><script src="main.aa9d44e4d803a702.js" type="module"></script></body>
<script src="runtime.79f787f4b19a062e.js" type="module"></script><script src="polyfills.7ff4c4c37cd47122.js" type="module"></script><script src="main.12749ce01e9cfa45.js" type="module"></script></body>

</html>
1 change: 1 addition & 0 deletions www/main.12749ce01e9cfa45.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion www/main.aa9d44e4d803a702.js

This file was deleted.

0 comments on commit 87bb928

Please sign in to comment.