mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-31 00:23:57 +00:00
Revert break time to default value
This commit is contained in:
parent
d37b043711
commit
8eafbf66c9
@ -17,7 +17,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
|
||||
viewsCounter = 0;
|
||||
ticks: number = 1000;
|
||||
progress: number = 0;
|
||||
isVisible = true;
|
||||
isVisible = false;
|
||||
interval = 10;
|
||||
|
||||
constructor(
|
||||
@ -26,7 +26,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
|
||||
|
||||
ngOnInit() {
|
||||
this.notificationSettings = this.notifactionSettingsService.getConfiguration();
|
||||
//this.startTimer();
|
||||
this.startTimer();
|
||||
}
|
||||
|
||||
startTimer() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user