From 1c9f255745028ee2c9ba833e666e48c04f1be4af Mon Sep 17 00:00:00 2001 From: Byte09 <> Date: Sun, 22 Mar 2020 03:56:03 +0000 Subject: [PATCH] MSwitch_Wizard.js:Bugfix git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21476 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- www/pgm2/MSwitch_Wizard.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/www/pgm2/MSwitch_Wizard.js b/www/pgm2/MSwitch_Wizard.js index 7cdf99824..ea823c69c 100644 --- a/www/pgm2/MSwitch_Wizard.js +++ b/www/pgm2/MSwitch_Wizard.js @@ -345,14 +345,15 @@ function start1(name){ setTimeout(function() { //document.getElementById('wizard').value+=' N/A'; //document.getElementById('config').value+=' N/A'; - //document.getElementById('importat').value+=' N/A'; - //document.getElementById('importnotify').value+=' N/A'; + document.getElementById('importat').value+=' N/A'; + document.getElementById('importnotify').value+=' N/A'; //document.getElementById('wizard').disabled = true; //document.getElementById('config').disabled = true; - //document.getElementById('importat').disabled = true; - //document.getElementById('importnotify').disabled = true; + document.getElementById('importat').disabled = true; + document.getElementById('importnotify').disabled = true; + //document.getElementById('importpreconf').disabled = true; - // conf('importPRECONF','importpreconf'); + // conf('importPRECONF','importpreconf'); }, 50);