Skip to content

Commit

Permalink
Fixed light and sound having their submit button removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jan 27, 2023
1 parent 35f5ecf commit 55ce066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ class TagManager {
fieldset.appendChild(this.tagContainer);

if(this.insertBefore){
this.elem.insertBefore(fieldset);
$(fieldset).insertBefore(this.elem);
}else{
this.elem.append(fieldset);
}
Expand Down

0 comments on commit 55ce066

Please sign in to comment.