bugfix: The web interface now refreshes when the config file is changed! (#281)

This commit is contained in:
James Read
2024-04-20 00:11:40 +01:00
committed by GitHub
parent 86b2187236
commit 5a644b0856
6 changed files with 33 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ function websocketOnMessage (msg) {
e.payload = j.payload
switch (j.type) {
case 'EventConfigChanged':
case 'ExecutionFinished':
window.dispatchEvent(e)
break