From 8b60daa81ef8d029537bde614d042a0925838d4a Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 20 Mar 2015 11:08:41 -0400
Subject: [PATCH] Added comment.

---
 themes/bootstrap3/templates/Recommend/PubDateVisAjax.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/Recommend/PubDateVisAjax.phtml b/themes/bootstrap3/templates/Recommend/PubDateVisAjax.phtml
index caa367c91f7..de51091a665 100644
--- a/themes/bootstrap3/templates/Recommend/PubDateVisAjax.phtml
+++ b/themes/bootstrap3/templates/Recommend/PubDateVisAjax.phtml
@@ -18,7 +18,7 @@
       </div>
     </div>
   <? endforeach; ?>
-  <div id="dateVisColorSettings"></div>
+  <div id="dateVisColorSettings"><!-- do not delete! used for passing CSS to Javascript --></div>
   <?
     $js = "loadVis('" . $this->recommend->getFacetFields() . "', '"
         . $this->recommend->getSearchParams() . "', path, "
-- 
GitLab