Skip to content
Snippets Groups Projects

Issue #3479817: Uncaught PHP Exception Error: "Call to a member function...

4 files
+ 90
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -41,8 +41,6 @@
// Mark the element as having the event listener attached
parentElement.setAttribute("data-listener-attached", "true");
}
} else {
console.error("Help content not found within the parent element!");
}
});
},
Loading