# HG changeset patch # User Sverre Rabbelier # Date 1238271558 0 # Node ID e44de18a2f5d5989fbfab3f83f8ecab191b1e629 # Parent 43e5b515b71dec56a63f81f3b70efa8663724c05 Remove two trailing comma's IE dies when there is a trailing comma in a js dictionary. Patch by: Sverre Rabbelier diff -r 43e5b515b71d -r e44de18a2f5d app/soc/content/js/datetimepicker-090304.js --- a/app/soc/content/js/datetimepicker-090304.js Sat Mar 28 02:21:48 2009 +0000 +++ b/app/soc/content/js/datetimepicker-090304.js Sat Mar 28 20:19:18 2009 +0000 @@ -4,7 +4,7 @@ 'pickDateOnly' : true, 'defaultDate' : new Date('01/01/1974'), 'timeFormat' : '', - 'yearRange' : '1900:2008', + 'yearRange' : '1900:2008' }); }); diff -r 43e5b515b71d -r e44de18a2f5d app/soc/content/js/tips-081027.js --- a/app/soc/content/js/tips-081027.js Sat Mar 28 02:21:48 2009 +0000 +++ b/app/soc/content/js/tips-081027.js Sat Mar 28 20:19:18 2009 +0000 @@ -9,7 +9,7 @@ titleSelector: "parent().parent().attr('xtitle')", killTitle: false, fill: 'rgba(135, 206, 250, .9)', - positions: ['bottom', 'top', 'right'], + positions: ['bottom', 'top', 'right'] }) .bind('focus', function() { $(this).trigger('helperon');