Remove redundant language-fetching line

This commit is contained in:
Kiril Kovachev 2024-10-15 19:16:01 +01:00
parent bab6fcf227
commit d87ec88780

View File

@ -5,7 +5,6 @@ addStringButton.addEventListener("click", (e) => {
return;
}
for (let section of document.getElementsByClassName("translation-section")) {
// const lang = section.getAttribute("data-lang");
// <label for="{{ string }}">{{ string }}</label>
// <input type="text" id="{{ string }}" name="{{ string }}" value="{{ translation }}">
// <br>