From: Nicolas Boisselier Date: Tue, 19 Nov 2024 16:17:57 +0000 (+0100) Subject: www/dbq/html/default.js X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=b6ab7a4c62a7cbbd557bc9b702a5aae0059f5ed2;p=nb.git www/dbq/html/default.js --- diff --git a/www/dbq/html/default.js b/www/dbq/html/default.js index 32c8948d..fd0ee49e 100644 --- a/www/dbq/html/default.js +++ b/www/dbq/html/default.js @@ -192,7 +192,6 @@ function dbqLoad(DBQ) { } s.prepend(opt); - //console.log(s); s.onchange = function() { window.location = base + '/' + this.value + ext; //console.log(base + '/' + this.value + ext);