From a2c376fc651d6c1f2a1c8482ab432d378f48c983 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 11 Dec 2017 00:38:31 +0000 Subject: [PATCH] www/dbq/html/default.js --- www/dbq/html/default.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/www/dbq/html/default.js b/www/dbq/html/default.js index c52dee48..7374a13e 100644 --- a/www/dbq/html/default.js +++ b/www/dbq/html/default.js @@ -80,12 +80,6 @@ document.addEventListener("DOMContentLoaded", function() { }); /* Limit */ - /* - // NB 10.01.17: TODEL DONE ON SUBMIT - form.querySelectorAll("form.menu select.limit option").forEach(function(e) { - if (e.value == window._dbq["default.limit"]) e.setAttribute('value',''); - }); - */ /* Auto submit */ form.querySelectorAll("form.menu select.limit").forEach(function(e) { @@ -97,7 +91,9 @@ document.addEventListener("DOMContentLoaded", function() { }); if (document.querySelector(".nav.bottom") && document.querySelector("table.rows")) { - document.querySelector("table.rows").insertAdjacentHTML("beforebegin","
"+document.querySelector(".nav.bottom").innerHTML+"
"); + document.querySelector("table.rows").insertAdjacentHTML("beforebegin","" + +"
"+document.querySelector(".nav.bottom").innerHTML+"
" + ); } // No more than 100% width -- 2.47.3