We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997ae8c commit 800460fCopy full SHA for 800460f
1 file changed
js/interactive-examples.js
@@ -60,7 +60,7 @@ class PHP {
60
async function main() {
61
let lastOutput = null;
62
63
- document.querySelectorAll(".example .example-contents").forEach((example) => {
+ document.querySelectorAll(".example .example-contents, .informalexample .example-contents").forEach((example) => {
64
const button = document.createElement("button");
65
button.setAttribute("type", "button");
66
const phpcode = example.querySelector(".phpcode.annotation-interactive");
0 commit comments