2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

MSwitch_Wizard.js:Bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@21476 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Byte09 2020-03-22 03:56:03 +00:00
parent 7339ffc2cd
commit e118482890

View File

@ -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);