From 6324f9042eb370287c55cf85535372d5b82e96e0 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Wed, 28 Aug 2013 12:14:09 -0700 Subject: [PATCH] switched out the border-radius powered query_color_dot's with font-awesome icons to maintain IE compatibility --- js/shared.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/js/shared.js b/js/shared.js index b27adb4cc6846..64a522ef766c3 100644 --- a/js/shared.js +++ b/js/shared.js @@ -301,13 +301,10 @@ }; kbn.query_color_dot = function (color, diameter) { - return '
'; }; }).call(this);