From f745fe35839c2b781c2d254e2f0d25746c9e0160 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 20 Mar 2015 16:29:35 -0400 Subject: [PATCH] Style fix. --- themes/bootstrap3/js/pubdate_vis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/js/pubdate_vis.js b/themes/bootstrap3/js/pubdate_vis.js index 6f6e34aa7df..6b3b577e581 100644 --- a/themes/bootstrap3/js/pubdate_vis.js +++ b/themes/bootstrap3/js/pubdate_vis.js @@ -24,7 +24,7 @@ function loadVis(facetFields, searchParams, baseURL, zooming) { 'fill': 'rgb(234,234,234)', // fillColor 'outline-color': '#e8cfac', // selection color 'stroke': '#265680' // color - } + }; var $dateVisColorSettings = $('#dateVisColorSettings'); for(var rule in cssColorSettings) { if($dateVisColorSettings.css(rule)) { -- GitLab