diff options
| author | Martin Ridgers <[email protected]> | 2024-09-19 15:02:22 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2024-09-24 10:57:34 +0200 |
| commit | f22bfb7df9f0f020ee76af179dd4ac61ecca6c6b (patch) | |
| tree | 246a3fef8e8a469018480d6be3568ab0ccb1a46a /src | |
| parent | Convenience on_click() that infers action class (diff) | |
| download | zen-f22bfb7df9f0f020ee76af179dd4ac61ecca6c6b.tar.xz zen-f22bfb7df9f0f020ee76af179dd4ac61ecca6c6b.zip | |
Removed commented out code
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenserver/frontend/html/zen.js | 1 |
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") |