Skip to content

Commit

Permalink
Timeline: center button does not work on Chrome Helioviewer-Project#25
Browse files Browse the repository at this point in the history
  • Loading branch information
ddialer committed Jan 11, 2016
1 parent 0a4f426 commit 8d98337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/UI/Timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ var Timeline = Class.extend({

var chart = $('#data-coverage-timeline').highcharts();
//Get current HV time
date = parseInt(Helioviewer.userSettings.get("state.date"));
var date = parseInt(Helioviewer.userSettings.get("state.date"));

extremes = chart.xAxis[0].getExtremes();

Expand Down

0 comments on commit 8d98337

Please sign in to comment.