django-nested-inline
django-nested-inline copied to clipboard
add button tagName check fix
trafficstars
Old $this.attr("tagName") returns undefined, so condition with "TR" was unavailable
Can we please have this pull request merged? Addition button is indeed broken in Django 1.6 ~ 1.8, and this is a proper fix (starting from jQuery 1.6 .attr() does not work for tagName, nodeName and other element properties).
Replaced by #34