Revision: 1414
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1414&view=rev
Author:   cimorrison
Date:     2010-08-13 18:49:27 +0000 (Fri, 13 Aug 2010)

Log Message:
-----------
Fixed bug causing datepicker not to work in IE7

Modified Paths:
--------------
    mrbs/branches/datepicker/web/functions.inc

Modified: mrbs/branches/datepicker/web/functions.inc
===================================================================
--- mrbs/branches/datepicker/web/functions.inc  2010-08-13 18:38:07 UTC (rev 
1413)
+++ mrbs/branches/datepicker/web/functions.inc  2010-08-13 18:49:27 UTC (rev 
1414)
@@ -359,7 +359,7 @@
 
        $(function() {
                $("#<?php echo $datepicker_baseid ?>").datepicker({yearRange: 
<?php echo "'$min:$max'" ?>,
-                                                                  altField: 
'#<?php echo $datepicker_baseid ?>_alt',
+                                                                  altField: 
'#<?php echo $datepicker_baseid ?>_alt'
                                                                  });
                <?php
          // Populate the input fields with the initial values


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

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to