Disable interruptions in interface

This commit is contained in:
Ruben van de Ven 2019-05-07 14:02:33 +02:00
parent fcad52da50
commit d4ce360e24
1 changed files with 14 additions and 13 deletions

View File

@ -783,20 +783,21 @@ class Graph {
},
'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);