From 97215d42654ca4fea8fe60a7fd4b6f79b498e8e5 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Mon, 24 Jul 2023 18:53:22 +0200 Subject: [PATCH] Reduce the amount of functions on the backend Instead of using separate functions for each step (hex -> bytearray -> base64 and the opposite), this commit merges the required functions into their uses. --- index.html | 54 +++++++++++++++++++----------------------------------- 1 file changed, 19 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index a45fe70..c58c95c 100644 --- a/index.html +++ b/index.html @@ -7,58 +7,42 @@