From 18cc5f69129615850e48a995f7c3406b74d8d2f4 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 5 Aug 2023 21:11:48 +0100 Subject: Redesign website --- static/scripts/rebuild.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 static/scripts/rebuild.js (limited to 'static/scripts/rebuild.js') diff --git a/static/scripts/rebuild.js b/static/scripts/rebuild.js deleted file mode 100644 index 8fd0e2e..0000000 --- a/static/scripts/rebuild.js +++ /dev/null @@ -1,14 +0,0 @@ -$(() => { - $('#confirm').click(() => { - $.ajax({ - type: 'GET', - url: `/special/rebuild/confirm`, - success: () => { - $('#response').html('
Successfully rebuilt page directory.
'); - }, - error: () => { - $('#response').html('
Could not rebuild page directory. Try again later.
'); - } - }); - }); -}); -- cgit v1.2.3-70-g09d2