mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Working on the time tracker
This commit is contained in:
parent
b70c4b6b20
commit
707f278d8c
@ -127,7 +127,7 @@
|
||||
}
|
||||
|
||||
.ui-timepicker-wrapper {
|
||||
width: 200px !important;
|
||||
width: 230px !important;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
@ -1022,8 +1022,6 @@
|
||||
return self.startTime();
|
||||
},
|
||||
write: function(value) {
|
||||
console.log('midnigh: ' + self.startDateMidnight().unix());
|
||||
console.log('value: ' + value);
|
||||
self.startTime(self.startDateMidnight().unix() + value);
|
||||
}
|
||||
});
|
||||
@ -1033,7 +1031,7 @@
|
||||
return self.endTime();
|
||||
},
|
||||
write: function(value) {
|
||||
|
||||
self.endTime(self.startDateMidnight().unix() + value);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user