From d4ce360e24b12d8958ace9feba5b05f17e261520 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 7 May 2019 14:02:33 +0200 Subject: [PATCH] Disable interruptions in interface --- www/js/hugvey_console.js | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/www/js/hugvey_console.js b/www/js/hugvey_console.js index d514112..a2138d9 100644 --- a/www/js/hugvey_console.js +++ b/www/js/hugvey_console.js @@ -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);