2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

10_ZWave.pm: move the OZW help to the bottom of the detail page (Forum #131927)

git-svn-id: https://svn.fhem.de/fhem/trunk@27158 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2023-02-01 15:57:54 +00:00
parent f6fb7ef295
commit 43c4c1c04f

View File

@ -5862,7 +5862,7 @@ ZWave_fhemwebFn($$$$)
"var zwd='$d', FW_tp='$FW_tp';" . <<'JSEND'
$(document).ready(function() {
$("div#ZWHelp").insertBefore("div.makeTable.internals"); // Move
$("div.detLink.ZWPepper").insertAfter("div.detLink.devSpecHelp");
$("div.detLink.ZWPepper").insertAfter("div#detLink div.detLink:last");
if(FW_tp) $("div.img.ZWPepper").appendTo("div#menu");
$("select.set,select.get").each(function(){
var ss = $(this).get(0);