mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
Small Improvements
- update UI on delete all - fix license
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"description": "Time keeping for live events",
|
||||
"repository": "https://github.com/cpvalente/ontime",
|
||||
"keywords": [ "lighdev", "ontime", "timer" ],
|
||||
"license": "lgpl-3.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"main": "main.js",
|
||||
"devDependencies": {
|
||||
"concurrently": "^6.1.0",
|
||||
|
||||
@@ -487,6 +487,9 @@ export class EventTimer extends Timer {
|
||||
// set general
|
||||
this._eventlist = [];
|
||||
this.numEvents = 0;
|
||||
|
||||
// broadcast change
|
||||
this.broadcastState();
|
||||
}
|
||||
|
||||
setupWithEventList(eventlist) {
|
||||
|
||||
Reference in New Issue
Block a user