Skip to content

Commit

Permalink
fix previous point error
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Nov 21, 2019
1 parent 246c17e commit 3141615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/vis/visualisations/rawdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
var apikey = "<?php echo $apikey; ?>";
var embed = <?php echo $embed; ?>;
var valid = "<?php echo $valid; ?>";
var previousPoint = false;

var interval = urlParams.interval;
if (interval==undefined || interval=='') interval = 3600*24;
Expand Down

0 comments on commit 3141615

Please sign in to comment.