mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 16:40:58 +00:00
Fixed bug with date selector having to be clicked twice
This commit is contained in:
parent
58ed500ecf
commit
e230b92946
@ -27,7 +27,7 @@ define(
|
||||
var SIX_HOURS = 6 * 60 * 60 * 1000;
|
||||
|
||||
function TimeConductorController($scope, $timeout, conductor) {
|
||||
var now = Date.now();
|
||||
var now = Math.ceil(Date.now() / 1000) * 1000;
|
||||
var self = this;
|
||||
|
||||
this.$scope = $scope;
|
||||
|
Loading…
x
Reference in New Issue
Block a user