Show log analyze dialog if timespan width more than zero

This commit is contained in:
Atul Pratap Singh 2013-05-24 01:35:37 +05:30
parent 56108fece2
commit 1647fa3009

View File

@ -1275,7 +1275,7 @@ AJAX.registerOnload('server_status_monitor.js', function() {
selectionTimeDiff.push(datapos.xaxis);
if (selectionTimeDiff[1] < selectionTimeDiff[0]) {
if (selectionTimeDiff[1] <= selectionTimeDiff[0]) {
selectionTimeDiff = [];
return;
}