From 41220b8f8ba75ca3b1a03ea12da4a828cc92eb53 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 21 Dec 2016 12:04:44 +0000 Subject: [PATCH] evo, dbq --- www/dbq/dbq.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index 39bfadc5..78e7aa21 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -175,7 +175,9 @@ document.addEventListener("DOMContentLoaded", function() { return false; }; } - //document.getElementsByClassName("count") + if (document.querySelector(".nav.bottom")) { + document.querySelector("table.rows").insertAdjacentHTML("beforebegin","
"+document.querySelector(".nav.bottom").innerHTML+"
"); + } }); '); $this->page->begin(); -- 2.47.3