diff options
author | 0neGal <mail@0negal.com> | 2022-06-29 23:29:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 23:29:02 +0200 |
commit | cbca61d836ee573a469f6339c22c2891cef9428c (patch) | |
tree | 6175a5f57a32a2f3bc90b4d4247444f3dd94ed5f /src/app/lang.js | |
parent | 99209092b6ad1079202208833e542201f1197e2d (diff) | |
parent | 0c7f6f438ca530a192577907d3af9a7d95949ef3 (diff) | |
download | Viper-cbca61d836ee573a469f6339c22c2891cef9428c.tar.gz Viper-cbca61d836ee573a469f6339c22c2891cef9428c.zip |
Merge branch 'main' into add-badges
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]); } } |