From: Nicolas Boisselier Date: Wed, 21 Dec 2016 12:04:44 +0000 (+0000) Subject: evo, dbq X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=41220b8f8ba75ca3b1a03ea12da4a828cc92eb53;p=nb.git evo, dbq --- 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();