autodetect as general fallback
This commit is contained in:
parent
b6f2e850b3
commit
9e88caa67d
1 changed files with 4 additions and 1 deletions
|
@ -298,6 +298,9 @@
|
||||||
else if(debug_language == "en") {
|
else if(debug_language == "en") {
|
||||||
show_only_english();
|
show_only_english();
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
autodetect_language();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue