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:
parent
7339ffc2cd
commit
e118482890
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user