From 4580336d6f5c886419f52d90aba04c448ee21e34 Mon Sep 17 00:00:00 2001 From: cubedro Date: Wed, 25 Feb 2015 00:39:47 +0200 Subject: [PATCH] more filter optimisation --- public/js/filters.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/js/filters.js b/public/js/filters.js index e11afb8..796ca43 100644 --- a/public/js/filters.js +++ b/public/js/filters.js @@ -84,9 +84,6 @@ angular.module('netStatsApp.filters', []) return 'text-success'; if(propagation <= 7000) - return 'text-info'; - - if(propagation <= 10000) return 'text-warning'; return 'text-danger' @@ -98,9 +95,6 @@ angular.module('netStatsApp.filters', []) return 'text-success'; if(time <= 1000) - return 'text-info'; - - if(time <= 2000) return 'text-warning'; return 'text-danger'