forked from science-ation/science-ation
More IE7 fixes (extra commas!)
This commit is contained in:
parent
7a9ead99ea
commit
ca8ff11d71
@ -839,7 +839,7 @@ $(document).ready(function() {
|
||||
break;
|
||||
}
|
||||
},
|
||||
selected: 0,
|
||||
selected: 0
|
||||
});
|
||||
|
||||
$("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd'});
|
||||
|
@ -593,7 +593,7 @@ function managecampaignfinish() {
|
||||
break;
|
||||
}
|
||||
},
|
||||
selected: 0,
|
||||
selected: 0
|
||||
});
|
||||
|
||||
}
|
||||
|
@ -335,7 +335,7 @@ $(document).ready(function() {
|
||||
break;
|
||||
}
|
||||
},
|
||||
selected: 0,
|
||||
selected: 0
|
||||
});
|
||||
|
||||
// $("#organizationinfo_fundingselectiondate").datepicker({ dateFormat: 'yy-mm-dd', showOn: 'button', buttonText: "<?=i18n("calendar")?>" });
|
||||
|
Loading…
Reference in New Issue
Block a user