removed the call to clearTime

This commit is contained in:
zVictor
2014-08-04 16:59:35 +02:00
parent e6a0943476
commit aa8993dcf6
+1 -1
View File
@@ -360,7 +360,7 @@ function ResourceView(element, calendar, viewName) {
var headerClass = tm + "-widget-header"; // TODO: make these when updateOptions() called
var contentClass = tm + "-widget-content";
var date;
var today = clearTime(new Date());
var today = makeMoment(new Date()).stripTime();
var col;
var cellsHTML;
var cellHTML;