diff options
| author | zousar <[email protected]> | 2025-03-25 15:18:13 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-03-25 15:18:38 -0600 |
| commit | 44c61d6d310a605074df0baa2af27410c589daae (patch) | |
| tree | 1f427fcb9c31848a07ade406ca2e867b7a0029a0 /src | |
| parent | Moved AcceptType Handling From ProjectStore To HttpProjectStore (diff) | |
| download | zen-44c61d6d310a605074df0baa2af27410c589daae.tar.xz zen-44c61d6d310a605074df0baa2af27410c589daae.zip | |
Removed do_nothing from entry.js
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenserver/frontend/html/pages/entry.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zenserver/frontend/html/pages/entry.js b/src/zenserver/frontend/html/pages/entry.js index 3891239f0..f127cb0a3 100644 --- a/src/zenserver/frontend/html/pages/entry.js +++ b/src/zenserver/frontend/html/pages/entry.js @@ -107,7 +107,6 @@ export class Page extends ZenPage "/" + ["prj", project, "oplog", oplog, value+".json"].join("/") ); - const do_nothing = () => void(0); const action_tb = new Toolbar(row.get_cell(-1), true); action_tb.left().add("copy-hash").on_click(async (v) => { await navigator.clipboard.writeText(v); @@ -193,7 +192,6 @@ export class Page extends ZenPage ); link.first_child().attr("download", `${io_hash}_${base_name}`); - const do_nothing = () => void(0); const action_tb = new Toolbar(row.get_cell(-1), true); action_tb.left().add("copy-hash").on_click(async (v) => { await navigator.clipboard.writeText(v); |