diff options
author | 0neGal <mail@0negal.com> | 2022-06-29 21:27:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 21:27:40 +0200 |
commit | 0c54139fc9279fd081eb57e62008456585ffd927 (patch) | |
tree | 8c2e78470c0945e66895cf13cc231b4b672a5400 /src/app/lang.js | |
parent | d21931a94c20bd37278986185433df60c495250a (diff) | |
parent | 4145f882671c5ddde487a456a15dada979ea35c1 (diff) | |
download | Viper-0c54139fc9279fd081eb57e62008456585ffd927.tar.gz Viper-0c54139fc9279fd081eb57e62008456585ffd927.zip |
Merge branch 'main' into deprecate-nsversiontxt
Diffstat (limited to 'src/app/lang.js')
-rw-r--r-- | src/app/lang.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/lang.js b/src/app/lang.js index 6fdcd8d..f1c31d3 100644 --- a/src/app/lang.js +++ b/src/app/lang.js @@ -10,7 +10,7 @@ function setlang() { if (html[i][0] != " " && html[i][html[i].length - 1] != " ") { // Replaces it with it's string - html[i] = lang(html[i]) + html[i] = lang(html[i]); } } |