aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/frontend/html/zen.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenserver/frontend/html/zen.js b/src/zenserver/frontend/html/zen.js
index 33bf18c2b..e9a44bd95 100644
--- a/src/zenserver/frontend/html/zen.js
+++ b/src/zenserver/frontend/html/zen.js
@@ -579,7 +579,6 @@ class Test extends Page
const misc_section = section0.add_section("misc").add_section("misc");
misc_section.tag().text("just text");
misc_section.tag().text("this is a link").link();
- // misc_section.tag().text("on() test").on("click", (e) => { alert(this); }).link();
misc_section.tag().text("MODAL DIALOG").on_click((e) => {
new Modal()
.title("modal")