Disable interruptions in interface
This commit is contained in:
parent
fcad52da50
commit
d4ce360e24
1 changed files with 14 additions and 13 deletions
|
@ -783,20 +783,21 @@ class Graph {
|
||||||
},
|
},
|
||||||
'New case for timeout'
|
'New case for timeout'
|
||||||
)
|
)
|
||||||
),
|
|
||||||
crel('div',
|
|
||||||
crel('h2', 'Interruptions (random pick)'),
|
|
||||||
...divsInterrupts,
|
|
||||||
crel('div',
|
|
||||||
{
|
|
||||||
'class': 'btn',
|
|
||||||
'on': {
|
|
||||||
'click': (e) => this.createDiversion('interrupt')
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'New case for Interrupt'
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
// ,
|
||||||
|
// crel('div',
|
||||||
|
// crel('h2', 'Interruptions (random pick)'),
|
||||||
|
// ...divsInterrupts,
|
||||||
|
// crel('div',
|
||||||
|
// {
|
||||||
|
// 'class': 'btn',
|
||||||
|
// 'on': {
|
||||||
|
// 'click': (e) => this.createDiversion('interrupt')
|
||||||
|
// }
|
||||||
|
// },
|
||||||
|
// 'New case for Interrupt'
|
||||||
|
// )
|
||||||
|
// )
|
||||||
);
|
);
|
||||||
|
|
||||||
msgEl.appendChild(divEl);
|
msgEl.appendChild(divEl);
|
||||||
|
|
Loading…
Reference in a new issue