Skip to content
Snippets Groups Projects
Commit e74c1b0c authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Port pubdatevis fix to bootprint3.

In the future, maybe we should make a config for this color change, since it's the only difference.
parent 272beab1
No related merge requests found
......@@ -45,7 +45,7 @@ function loadVis(facetFields, searchParams, baseURL, zooming) {
if (val['data'] == undefined || val['data'].length == 0) {
return;
}
$("#datevis" + key + "xWrapper").show();
$("#datevis" + key + "xWrapper").removeClass('hidden');
// plot graph
var placeholder = $("#datevis" + key + "x");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment