From: Eric Bollengier Date: Thu, 7 Oct 2010 16:37:10 +0000 (+0200) Subject: bweb: tweak overview page X-Git-Tag: Release-5.2.1~1031 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ca287f4848bd7eb90ac7ff3f352d497d33f19b40;p=bacula%2Fbacula bweb: tweak overview page --- 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();