Skip to content

Commit

Permalink
fix previous commit (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Apr 25, 2024
1 parent fcbf276 commit da7683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da7683f

Please sign in to comment.