deschler / django-modeltranslation

Translates Django models using a registration approach.
BSD 3-Clause "New" or "Revised" License
1.34k stars 257 forks source link

Fixed bug in tabbed_translation_fields.js (issue #597) #711

Closed john-psina closed 7 months ago

john-psina commented 7 months ago

Fixed an issue in file tabbed_translation_fields.js where the add new inline event would not fire. The problem occurred mainly in Firefox, but sometimes also occurred in Chrome

Isue #597

last-partizan commented 7 months ago

Thanks!