From e47d66c4d3a04206b9c196e50362949a9387fd5c Mon Sep 17 00:00:00 2001 From: Abdelrahman-Adel610 Date: Sat, 31 Aug 2024 23:55:18 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B4=F0=9F=94=B4=20v1.00=20is=20done=20?= =?UTF-8?q?Dummy=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 8998732..99447f7 100644 --- a/js/script.js +++ b/js/script.js @@ -344,4 +344,4 @@ loanAmount.addEventListener("keydown", function (e) { sort.addEventListener("click", function () { sortState = !sortState; updateInterface(accounts.indexOf(activeAccount)); -}); +}); \ No newline at end of file