mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 15:05:29 +00:00
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:
@@ -2075,7 +2075,8 @@ function onWindowResize(event) {
|
||||
day.setStyle({ width: (label.getWidth()-1) + "px" });
|
||||
}
|
||||
}
|
||||
drawNowLine ();
|
||||
if (!$(document.body).hasClassName("popup"))
|
||||
drawNowLine ();
|
||||
}
|
||||
|
||||
function drawNowLine () {
|
||||
|
||||
Reference in New Issue
Block a user