rabbagliettiandrea / dj-nested-inlines

Adds nested inline support in Django admin
38 stars 34 forks source link

Fixed browser compatibility #23

Closed luisza closed 9 years ago

luisza commented 9 years ago

Chrome doesn't recognize $this.prop("tagName") , for this reason I check with $this.attr("tagName") too, when check if form are laid out as table row