From 03f0c9d6737ce77527803c5ddcd49b9d1e3bc946 Mon Sep 17 00:00:00 2001 From: Ellert <> Date: Fri, 6 Mar 2020 05:16:58 +0000 Subject: [PATCH] 98_DOIFtools: fit DOIFtoolsLookUp to new paw design (Forum #108960) git-svn-id: https://svn.fhem.de/fhem/trunk@21361 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/98_DOIFtools.pm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index c4b4ffeb7..996f6ef1a 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: fit LookUp to new paw design (Forum #108960) - feature: 57_SSCal: additional composite event 'compositeBlockNumbers' - change: 70_DENON_AVR: model reporting for newer AVRs - change: 57_SSCal: expand composite Event, fix API behavior if entry with diff --git a/fhem/FHEM/98_DOIFtools.pm b/fhem/FHEM/98_DOIFtools.pm index 713489cc7..a194eea07 100644 --- a/fhem/FHEM/98_DOIFtools.pm +++ b/fhem/FHEM/98_DOIFtools.pm @@ -251,7 +251,8 @@ function doiftoolsRemoveLookUp () { $('#addLookUp').dialog( "close" ); } function doiftoolsAddLookUp () { - var tn = $(this).text(); + var tnx = (""+this).split("="); + var tn = tnx[1]; var target = this; var txt = "Internals"; FW_cmd(FW_root+"?cmd=jsonlist2 "+tn+"&XHR=1", function(data){