Skip to content

Commit

Permalink
Merge 7c750de into c7e3cd6
Browse files Browse the repository at this point in the history
  • Loading branch information
emoitzi committed Oct 20, 2020
2 parents c7e3cd6 + 7c750de commit 8418157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 8418157

Please sign in to comment.