parent
4cab3932fa
commit
205d8e30dc
@ -52,10 +52,10 @@
|
|||||||
}
|
}
|
||||||
location.hash = url;
|
location.hash = url;
|
||||||
};
|
};
|
||||||
self.goToToday = function(a, b, c) {
|
self.goToToday = function() {
|
||||||
self.goToTimeLogs(self.chosenTimeLogUserId,
|
self.goToTimeLogs(self.chosenTimeLogUserId,
|
||||||
null,
|
null,
|
||||||
[{ key: "selectedDate", value: moment(new Date()).format("MM-DD-YYYY") }]);
|
null);
|
||||||
};
|
};
|
||||||
self.assignErrorObject = function(errCode, errMessage, errorSource) {
|
self.assignErrorObject = function(errCode, errMessage, errorSource) {
|
||||||
var errDat = {
|
var errDat = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user