Skip to content

Commit e5027f4

Browse files
Improvements have been made to the maintenance notification service and one unnecessary file has been deleted.
1 parent e34c6c3 commit e5027f4

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed
Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
//alert("BAKIM BİLDİRİMİ: XX/XX/XXXX - XX/XX/XXXX XX XXXXXXX XXXXXXXX Saat: XX:XX - XX XXXXXXX XXXXXXXX Saat: XX:XX Tarihleri arası Web Sitesi Bakım Sebebiyle Kapatılmıştır.");
2-
//alert("MAINTENANCE NOTICE: The Website Has Been Closed Due to Maintenance Between XX/XX/XXXX - XX/XX/XXXX XX XXXXXXXX XXXXXXX Time: XX:XX - XX XXXXXXXX XXXXXXXX Time: XX:XX.");
1+
var lang = navigator.language;
2+
var status = 0;
3+
if (lang.startsWith("tr"))
4+
{
5+
if (status == 0)
6+
{
7+
//
8+
}
9+
else if (status == 1)
10+
{
11+
//
12+
}
13+
}
14+
else if (lang.startsWith("en"))
15+
{
16+
if (status == 0)
17+
{
18+
//
19+
}
20+
else if (status == 1)
21+
{
22+
//
23+
}
24+
}

assets/WS_Service/MaintenanceAlertService/maintenance_end.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)