Skip to content

Commit

Permalink
Fix leftover jquery style class change
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed May 3, 2023
1 parent 36bebd2 commit 096ed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/webhooks/gtn/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

// Buttonify
gtnWorkflowElements.forEach(function (el) {
el.addClass("galaxy-proxy-active");
el.classList.add("galaxy-proxy-active");
el.addEventListener("click", (e) => {
let target = e.target;

Expand Down

0 comments on commit 096ed7b

Please sign in to comment.