From da7683f60a8680d0be21d8977f14eac2b21d4c14 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Thu, 25 Apr 2024 14:43:24 +0100 Subject: [PATCH] fix previous commit (#21) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index a750da2..88160ed 100644 --- a/src/index.js +++ b/src/index.js @@ -136,7 +136,7 @@ global.afrim = Object({ const lang = sessionStorage.getItem("lang") || "gez"; document.getElementById(lang).classList.toggle("is-active"); await loadConfig( - `https://raw.githubusercontent.com/pythonbrad/afrim-data/fa8a5560e63a23ff7032e7c56fe5dbde2963b9fa/${lang}/${lang}.toml`, + `https://raw.githubusercontent.com/pythonbrad/afrim-data/4b177197bb37c9742cd90627b1ad543c32ec791b/${lang}/${lang}.toml`, ); // We mark the text field busy.