Revision: 4529
          http://sourceforge.net/p/vexi/code/4529
Author:   mkpg2
Date:     2013-05-27 16:13:58 +0000 (Mon, 27 May 2013)
Log Message:
-----------
Fix. Make duration field case insensitive.

Modified Paths:
--------------
    
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/durationfield.t

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/durationfield.t
===================================================================
--- 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/durationfield.t
   2013-05-26 10:24:01 UTC (rev 4528)
+++ 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/durationfield.t
   2013-05-27 16:13:58 UTC (rev 4529)
@@ -22,6 +22,7 @@
         };
 
         thisbox.text2duration = function(s) {
+            s = s.toLowerCase();
             return static.parseDuration(s, defaultUnit);
         }
         

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to