fhemweb.js: fix textfield-long bug when Raw-Def is open. (Forum #69276)

git-svn-id: https://svn.fhem.de/fhem/trunk@13744 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2017-03-20 08:42:11 +00:00
parent 6e2d9c4b9e
commit cdb4f94b58

View File

@@ -696,7 +696,7 @@ FW_rawDef()
}
$("#content").append('<div id="rawDef">'+
'<textarea id="td_longText" rows="25" cols="60" style="width:99%"/>'+
'<textarea id="td_rawDef" rows="25" cols="60" style="width:99%"/>'+
'<button>Execute commands</button>'+
' Dump "Probably associated with" too <input type="checkbox">'+
'</div></br>');