MSwitch_Wizard.js:Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@21476 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user