From 44c61d6d310a605074df0baa2af27410c589daae Mon Sep 17 00:00:00 2001 From: zousar <2936246+zousar@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:18:13 -0600 Subject: Removed do_nothing from entry.js --- src/zenserver/frontend/html/pages/entry.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3