From 2ab5661583d74b03c86bb4f437616bb634d9c4fc Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 12 Oct 2021 20:41:49 +0100 Subject: Add delete --- public/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 2a9ccb7..7453506 100644 --- a/public/index.php +++ b/public/index.php @@ -18,8 +18,6 @@ $sort = $_GET['sort'] ?? null; $tag = $_GET['tag'] ?? null; -$bookmarks->load(); - if ($tag !== null) { $bookmarks->filter($tag); } -- cgit v1.2.3-13-gbd6f