2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

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
This commit is contained in:
Ellert 2020-03-06 05:16:58 +00:00
parent 562f90c647
commit 03f0c9d673
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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<table class='block wide internals' style='font-size:12px'>";
FW_cmd(FW_root+"?cmd=jsonlist2 "+tn+"&XHR=1", function(data){