Skip to content

Commit

Permalink
rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Oct 31, 2024
1 parent 9bf83a9 commit 59e2952
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const onclickElements = {

document.addEventListener("DOMContentLoaded", function () {
const parentElement = document.querySelector(".pipelines");
if (!parentElement) return;

Object.entries(onclickElements).forEach(function(entry) {
const selector = entry[0];
Expand Down

0 comments on commit 59e2952

Please sign in to comment.