2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

f18.js: check in last bugfix (Forum #82351)

git-svn-id: https://svn.fhem.de/fhem/trunk@19125 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-04-06 10:15:42 +00:00
parent 4101417894
commit 96da4e13b4

View File

@ -850,7 +850,7 @@ f18_textInput()
'</div>');
var ta = $("#"+n+" textarea");
if(aCM)
AddCodeMirror(ta, (cm), function() {
AddCodeMirror(ta, function(cm) {
cm.on("change", function(){ ta.val(cm.getValue()) } );
});