From 79d1f42254212cabeea4d924965f6e1edf2b9842 Mon Sep 17 00:00:00 2001 From: infinite-monkeys Date: Sun, 14 Dec 2014 13:34:11 -0800 Subject: [PATCH] change references to pst to utc (psttime divs) --- index.css | 4 ++-- index.html | 2 +- index.js | 2 +- lang.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.css b/index.css index 6cf04ad..7c745d3 100644 --- a/index.css +++ b/index.css @@ -25,13 +25,13 @@ body { #countdown-div, #localtime-div, -#psttime-div { +#utctime-div { text-align: center; } .countdown, .localtime, -.psttime { +.utctime { text-align: center; } diff --git a/index.html b/index.html index 2eaad97..7f7a1ab 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@


-

(UTC)
+

(UTC)
diff --git a/index.js b/index.js index 2d5f370..e54d542 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,7 @@ function refreshall () { var tmp = '
' +'
'+wbt[i].name+''+(wbt[i].map?" - "+wbt[i].map:"")+'
' +'
'+wbt[i].lctime+'
' - +'
'+wbt[i].uptime+'
' + +'
'+wbt[i].uptime+'
' +'
'+wbt[i].waypoint+'
' +'
'; $("#table-worldboss").append(tmp); diff --git a/lang.json b/lang.json index 3fc3746..c275747 100644 --- a/lang.json +++ b/lang.json @@ -6,7 +6,7 @@ "nav-note":"Note", "wbname-title":"World Boss", "localtime-title":"Local Time", - "psttime-title":"Server Time", + "utctime-title":"Server Time", "waypoint-title":"Waypoint", "note-title":"Note", "note-totop":"Back to top", @@ -36,7 +36,7 @@ "nav-note":"Notes", "wbname-title":"World Boss", "localtime-title":"Heure Locale", - "psttime-title":"Heure du Serveur", + "utctime-title":"Heure du Serveur", "waypoint-title":"Point de passage", "note-title":"Notes", "note-totop":"Retour en haut", @@ -65,7 +65,7 @@ "nav-note":"網頁說明", "wbname-title":"世界王", "localtime-title":"本地時間", - "psttime-title":"伺服器時間", + "utctime-title":"伺服器時間", "waypoint-title":"傳送點", "note-title":"說明", "note-totop":"回到頂端",