Fixing mailtraffic cron, fixes traffic graph sorting

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-22 10:57:56 +01:00
parent 82f3d8d18c
commit 429f748ad8
5 changed files with 10 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ $(document).ready(function(){
var i = 1;
var links = [];
$('#datalegend').remove();
$('#datatable tr').each(function() {
$('#datatable tr').reverse().each(function() {
var row = $(this);
var day = $(row).children().first().text();
var ftpd = $(row).children().first().next().text();