Removed console logging for hold date and added display of daily and weekly part changes (completed and projected).
This commit is contained in:
@ -207,9 +207,6 @@ function compareStrings(isDate, dir, string1, string2) {
|
||||
var date1 = new Date(string1);
|
||||
var date2 = new Date(string2);
|
||||
|
||||
console.log(date1);
|
||||
console.log(date2);
|
||||
|
||||
if (dir == "asc" && date1 > date2)
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user