Skip to content

Commit

Permalink
fix: missing jquery operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewald Moitzi committed Oct 20, 2020
1 parent c7e3cd6 commit 7c750de
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 7c750de

Please sign in to comment.