Skip to content
Snippets Groups Projects
Commit 3f38a511 authored by Demian Katz's avatar Demian Katz
Browse files

Readability improvement.

parent 2477b472
Branches
Tags
No related merge requests found
......@@ -30,8 +30,7 @@
<? if (isset($visualFacetSet)): ?>
<script type="text/javascript">
<? $pivotdata = json_encode($visualFacetSet);
echo "var pivotdata = " . $pivotdata . ";"; ?>
var pivotdata = <?=json_encode($visualFacetSet);?>;
jQuery(document).ready(function(data) {
if (!d3.select("#visualResults").empty()) {
$('.limitSelect').css('display', 'none');
......
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