mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
MSwitch_Wizard.js:Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21476 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a84dbc0ecb
commit
1c9f255745
@ -345,12 +345,13 @@ function start1(name){
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
//document.getElementById('wizard').value+=' N/A';
|
//document.getElementById('wizard').value+=' N/A';
|
||||||
//document.getElementById('config').value+=' N/A';
|
//document.getElementById('config').value+=' N/A';
|
||||||
//document.getElementById('importat').value+=' N/A';
|
document.getElementById('importat').value+=' N/A';
|
||||||
//document.getElementById('importnotify').value+=' N/A';
|
document.getElementById('importnotify').value+=' N/A';
|
||||||
//document.getElementById('wizard').disabled = true;
|
//document.getElementById('wizard').disabled = true;
|
||||||
//document.getElementById('config').disabled = true;
|
//document.getElementById('config').disabled = true;
|
||||||
//document.getElementById('importat').disabled = true;
|
document.getElementById('importat').disabled = true;
|
||||||
//document.getElementById('importnotify').disabled = true;
|
document.getElementById('importnotify').disabled = true;
|
||||||
|
|
||||||
//document.getElementById('importpreconf').disabled = true;
|
//document.getElementById('importpreconf').disabled = true;
|
||||||
// conf('importPRECONF','importpreconf');
|
// conf('importPRECONF','importpreconf');
|
||||||
}, 50);
|
}, 50);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user