More IE7 fixes (extra commas!)

This commit is contained in:
james 2010-01-21 20:56:06 +00:00
parent 7a9ead99ea
commit ca8ff11d71
3 changed files with 3 additions and 3 deletions

View File

@ -839,7 +839,7 @@ $(document).ready(function() {
break; break;
} }
}, },
selected: 0, selected: 0
}); });
$("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd'}); $("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd'});

View File

@ -593,7 +593,7 @@ function managecampaignfinish() {
break; break;
} }
}, },
selected: 0, selected: 0
}); });
} }

View File

@ -335,7 +335,7 @@ $(document).ready(function() {
break; break;
} }
}, },
selected: 0, selected: 0
}); });
// $("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd', showOn: 'button', buttonText: "<?=i18n("calendar")?>" }); // $("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd', showOn: 'button', buttonText: "<?=i18n("calendar")?>" });