phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/js/jscalendar calendar.js,1.1.2.2


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/js/jscalendar calendar.js,1.1.2.2
Date: Sun, 4 Dec 2005 08:30:00 +0100

Update of phpgwapi/js/jscalendar

Modified Files:
     Branch: Version-0_9_16-branch
            calendar.js lines: +2 -2

Log Message:
fix bug #12563 using suggestion attached to report

====================================================
Index: phpgwapi/js/jscalendar/calendar.js
diff -u phpgwapi/js/jscalendar/calendar.js:1.1.2.1 
phpgwapi/js/jscalendar/calendar.js:1.1.2.2
--- phpgwapi/js/jscalendar/calendar.js:1.1.2.1  Sun Nov 16 14:23:48 2003
+++ phpgwapi/js/jscalendar/calendar.js  Sun Dec  4 07:30:55 2005
@@ -294,7 +294,7 @@
                        yr.style.display = "none";
                }
                yr = yr.nextSibling;
-               Y += fwd ? 2 : -2;
+               Y += fwd ? 1 : -1;
        }
        if (show) {
                var s = yc.style;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]