diff --git a/fhem/CHANGED b/fhem/CHANGED index 3e9a4907f..5a7151979 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 98_DOIFtools: remove unessesary code due to changes in console.js - bugfix: 70_ZoneMinder: fixed JSON-parsing bug - feature: 57_Calendar: get ...events include:... returnType:... - feature: 44_TEK603: ser2net support diff --git a/fhem/FHEM/98_DOIFtools.pm b/fhem/FHEM/98_DOIFtools.pm index a07d89dff..713489cc7 100644 --- a/fhem/FHEM/98_DOIFtools.pm +++ b/fhem/FHEM/98_DOIFtools.pm @@ -224,9 +224,6 @@ function doiftoolsOptChanged() { inpt.setSelectionRange(7,17+N); } } -function doiftoolsReplaceBR() { - $("textarea#console").html($("textarea#console").html().replace(//g,"")); -} function delbutton() { if ($('#doiftoolstype').attr('embefore') == 1) { @@ -245,7 +242,6 @@ function delbutton() { //execute $( window ).on( "load", delbutton ); $('#console').on('select', doiftoolsCopyToClipboard); - $('#console').on('mouseover',doiftoolsReplaceBR); EOF my $DOIFtoolsJSfuncStart = <<'EOF';