From 93d54ce46fee08b789eef270186115011c87b163 Mon Sep 17 00:00:00 2001 From: Christian A. Weber Date: Wed, 27 Sep 2017 18:39:36 +0200 Subject: 'what' debug param works on map as well --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_html.class b/it_html.class index 9ffd4e3..12ecf6b 100644 --- a/it_html.class +++ b/it_html.class @@ -261,7 +261,7 @@ function body($args) $toggled_host = preg_replace("/\.([^.]*)\.([^.]*)\.([^.]*)$/", ".$var.\$1.\$2.\$3", $_SERVER['HTTP_HOST']); $debug_links[] = a(array('href' => U('http://' . $toggled_host . $_SERVER['REQUEST_URI']), 'style' => 'font-weight:' . (EDC($var) ? 'bold' : 'normal') . ';'), $var); } - $args[] = div(array('style' => 'font-family:monospace;'), "Debugvars: " . join(" ", $debug_links)); + $args[] = div(array('style' => 'position:fixed; bottom:0; z-index:9999; font-family:monospace'), "Debugvars: " . join(" ", $debug_links)); } if ($this->p['show_boot_dom']) -- cgit v1.2.3