kezzine / django-genericadmin

Automatically exported from code.google.com/p/django-genericadmin
0 stars 0 forks source link

comma on line 132 of genericadmin.js makes it break in IE #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using the genericadmin on an object add / edit in the admin in IE
produces a js error: "Expected identifier, string or number"

Changing line 132:
        showRelatedObjectLookupPopup:   this.showRelatedObjectLookupPopup,

To:
        showRelatedObjectLookupPopup:   this.showRelatedObjectLookupPopup

fixes this error.

Original issue reported on code.google.com by joe.murphy on 21 Apr 2008 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by wniel...@gmail.com on 30 Jun 2008 at 4:46