mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-13 01:25:45 +00:00
bugfix: The web interface now refreshes when the config file is changed! (#281)
This commit is contained in:
@@ -40,6 +40,7 @@ function websocketOnMessage (msg) {
|
||||
e.payload = j.payload
|
||||
|
||||
switch (j.type) {
|
||||
case 'EventConfigChanged':
|
||||
case 'ExecutionFinished':
|
||||
window.dispatchEvent(e)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user