reenabled event
This commit is contained in:
parent
9fac4a968e
commit
99c2226649
|
@ -6,6 +6,7 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
#broadcasturl = null;
|
#broadcasturl = null;
|
||||||
#archive = null;
|
#archive = null;
|
||||||
#data = [];
|
#data = [];
|
||||||
|
#pending = [];
|
||||||
#filtered = [];
|
#filtered = [];
|
||||||
#socket = null;
|
#socket = null;
|
||||||
#interval = null;
|
#interval = null;
|
||||||
|
@ -259,7 +260,7 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
|
|
||||||
connectNewExecution(){
|
connectNewExecution(){
|
||||||
document.addEventListener("newexecution", ev=>{
|
document.addEventListener("newexecution", ev=>{
|
||||||
//add toast here
|
this.pending.push(ev.details)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue