public interface: random fixes

This commit is contained in:
nemunaire 2018-01-23 03:54:20 +01:00
commit 18a6fbf535
3 changed files with 6 additions and 8 deletions

View file

@ -108,8 +108,6 @@ angular.module("FICApp")
$scope.duration = 0;
$scope.init = function(end) {
console.log(end);
console.log(Date.parse(end)/1000);
$scope.initT(Date.parse(end)/1000);
}
$scope.initT = function(end) {