Skip to content

Commit

Permalink
show new flag correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
amdomanska committed Dec 4, 2024
1 parent 365e291 commit 6aa466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/static/js/formulaic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ var formulaic = {
}

this.showNewFlag = function() {
$(this.flagGroups[this.newFlagIdx]).show();
$(this.flagGroups[this.newFlagIdx]).parent().show();
}

this.hideNewFlag = function() {
Expand Down

0 comments on commit 6aa466b

Please sign in to comment.