Revision: 4737
          http://sourceforge.net/p/vexi/code/4737
Author:   clrg
Date:     2014-10-03 00:31:15 +0000 (Fri, 03 Oct 2014)
Log Message:
-----------
Fix datepicker showing 1 extra day

Modified Paths:
--------------
    
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/datepicker.t

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/datepicker.t
===================================================================
--- 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/datepicker.t
   2014-09-18 13:32:42 UTC (rev 4736)
+++ 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/datepicker.t
   2014-10-03 00:31:15 UTC (rev 4737)
@@ -126,7 +126,7 @@
             var i=0;
             for (var i=0; 42>i; i++) {
                 var b = $dategrid[i];
-                if ((showweekday>i) or (i>showmonthdays+showweekday)) {
+                if ((showweekday>i) or (i>=showmonthdays+showweekday)) {
                     // reset leading/trailing days
                     b[0].text = "  ";
                     b.cursor = null;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to