From ca287f4848bd7eb90ac7ff3f352d497d33f19b40 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 7 Oct 2010 18:37:10 +0200 Subject: [PATCH] bweb: tweak overview page --- gui/bweb/lang/en/tpl/overview.tpl | 1 - gui/bweb/lang/es/tpl/overview.tpl | 1 - gui/bweb/lang/fr/tpl/overview.tpl | 1 - gui/bweb/tpl/overview.tpl | 1 - 4 files changed, 4 deletions(-) diff --git a/gui/bweb/lang/en/tpl/overview.tpl b/gui/bweb/lang/en/tpl/overview.tpl index fb7c783dd3..50ce025b9c 100644 --- a/gui/bweb/lang/en/tpl/overview.tpl +++ b/gui/bweb/lang/en/tpl/overview.tpl @@ -73,7 +73,6 @@ function init_tab() // initialize the table // javascript can't do foreach $j (sort keys %dates) var keys = new Array(); for (var j in dates) { - console.log(j); keys.push(j); } keys.sort(); diff --git a/gui/bweb/lang/es/tpl/overview.tpl b/gui/bweb/lang/es/tpl/overview.tpl index fb7c783dd3..50ce025b9c 100644 --- a/gui/bweb/lang/es/tpl/overview.tpl +++ b/gui/bweb/lang/es/tpl/overview.tpl @@ -73,7 +73,6 @@ function init_tab() // initialize the table // javascript can't do foreach $j (sort keys %dates) var keys = new Array(); for (var j in dates) { - console.log(j); keys.push(j); } keys.sort(); diff --git a/gui/bweb/lang/fr/tpl/overview.tpl b/gui/bweb/lang/fr/tpl/overview.tpl index fb7c783dd3..50ce025b9c 100644 --- a/gui/bweb/lang/fr/tpl/overview.tpl +++ b/gui/bweb/lang/fr/tpl/overview.tpl @@ -73,7 +73,6 @@ function init_tab() // initialize the table // javascript can't do foreach $j (sort keys %dates) var keys = new Array(); for (var j in dates) { - console.log(j); keys.push(j); } keys.sort(); diff --git a/gui/bweb/tpl/overview.tpl b/gui/bweb/tpl/overview.tpl index 374d415801..bac74b6b45 100644 --- a/gui/bweb/tpl/overview.tpl +++ b/gui/bweb/tpl/overview.tpl @@ -73,7 +73,6 @@ function init_tab() // initialize the table // javascript can't do foreach $j (sort keys %dates) var keys = new Array(); for (var j in dates) { - console.log(j); keys.push(j); } keys.sort(); -- 2.39.5