Re: Missing semi-colon

2011-02-24 Thread Jonathan S
Thanks, I made a patch and created a ticket. http://code.djangoproject.com/ticket/15490 On 23 fév, 13:48, Russell Keith-Magee wrote: > On Wed, Feb 23, 2011 at 8:24 PM, Jonathan S > wrote: > > Aparently, there are several semicolons missing at several places: > > > django/contrib/admin/templat

Re: Missing semi-colon

2011-02-23 Thread Russell Keith-Magee
On Wed, Feb 23, 2011 at 8:24 PM, Jonathan S wrote: > Aparently, there are several semicolons missing at several places: > > django/contrib/admin/templates/admin/edit_inline/tabular.html  lines > 90, 94 and 124 > django/contrib/admin/templates/admin/edit_inline/stacked.html  lines > 45, 48 and 78 >

Re: Missing semi-colon

2011-02-23 Thread Jonathan S
Aparently, there are several semicolons missing at several places: django/contrib/admin/templates/admin/edit_inline/tabular.html lines 90, 94 and 124 django/contrib/admin/templates/admin/edit_inline/stacked.html lines 45, 48 and 78 Of course, this really is a minor issue, but easy enough to fix

Missing semi-colon

2011-02-23 Thread Jonathan S
Hi Django admin developers, Can you please insert a semi-colon in the following file, behind line 90? django/contrib/admin/templates/admin/edit_inline/tabular.html var updateSelectFilter = function() { // If any SelectFilter widgets are a part of the new form, //