Skip to content

Commit 1491ab8

Browse files
Minor edit.
1 parent e5027f4 commit 1491ab8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

404NotFound/404JS/404_not_found.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var lang = navigator.language || navigator.userLanguage;
1+
var lang = navigator.language;
22
if (lang.startsWith("tr"))
33
{
44
console.error("LinuxUsersLinuxMint: 404 bulunamadı hatası. Üzgünüm! bu web sitesinde aramaya çalıştığınız sayfa veya içerik taşınmış veya silinmiş olabilir...");

assets/WS_Service/404redirect/404redirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var lang = navigator.language || navigator.userLanguage;
1+
var lang = navigator.language;
22
if (lang.startsWith("tr"))
33
{
44
document.location.href = "/404NotFound/404.html";

assets/WS_Service/LangService/lang.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var lang = navigator.language || navigator.userLanguage;
1+
var lang = navigator.language;
22
if (lang.startsWith("tr"))
33
{
44
document.location.href = "/WS_Pages/TR/index.html";

0 commit comments

Comments
 (0)