django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

add button tagName check fix

Open tstabs opened this issue 11 years ago • 1 comments
trafficstars

Old $this.attr("tagName") returns undefined, so condition with "TR" was unavailable

tstabs avatar Jul 24 '14 05:07 tstabs

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).

furagu avatar Apr 27 '15 10:04 furagu

Replaced by #34

OskarPersson avatar Feb 22 '23 20:02 OskarPersson