mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-20 10:21:53 +00:00
fix: missing jquery operator
This commit is contained in:
parent
c7e3cd64d9
commit
7c750def72
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ var google, django, gettext;
|
|||
'><a href="#' + tabId + '">' + lang.replace('_', '-') + '</a></li>');
|
||||
tabsList.append($tab);
|
||||
tabsContainer.append($panel);
|
||||
if (container.hasClass("errors")) {
|
||||
if ($container.hasClass("errors")) {
|
||||
activeTab = tabsList.find("li").length - 1;
|
||||
tab.addClass("ui-tab-has-errors");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue