Fix for the now-line in Calendar view

Monotone-Parent: 2e6453c768913aface3391daa78a173f76bd1852
Monotone-Revision: 8c3644691471061b7cc7e327bec78968108946da

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-29T17:54:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-29 17:54:48 +00:00
parent 08a5e8c9e8
commit 48bf33d853
+2 -1
View File
@@ -2075,7 +2075,8 @@ function onWindowResize(event) {
day.setStyle({ width: (label.getWidth()-1) + "px" });
}
}
drawNowLine ();
if (!$(document.body).hasClassName("popup"))
drawNowLine ();
}
function drawNowLine () {