Hi I recently updated to Awake 2.4 and WP 3.3.1 all is well except there is now a script error and it's throwing up IE's 'Done but with errors on the Page' yellow triangle. The very last line of this piece of code is what's causing it :
<script type="text/javascript">
jQuery(function($) {
$('.date-pick').datepicker({
autoFocusNextInput: true,
constrainInput: false,
changeMonth: true,
changeYear: true,
beforeShow: function(input, inst) { $('#ui-datepicker-div').addClass('show'); },
dateFormat: 'yy/mm/dd',
});
Please let me know what I can do to fix this.
Thanks so much!













