Skip to content

Commit

Permalink
change references to pst to utc (psttime divs)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-monkeys committed Dec 14, 2014
1 parent 983053c commit 79d1f42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ body {

#countdown-div,
#localtime-div,
#psttime-div {
#utctime-div {
text-align: center;
}

.countdown,
.localtime,
.psttime {
.utctime {
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 id="header-title"></h1>
<div class="row table-header">
<div class="col-sm-4" id="wbname-div"><span id="wbname-title"></span></div>
<div class="col-sm-3" id="localtime-div"><span id="localtime-title"></span><br><span id="nowtimezone" class="table-sub-header"><span id="nowtime"></span></span></div>
<div class="col-sm-3" id="psttime-div"><span id="psttime-title"></span><br><span class="table-sub-header">(UTC)</span></div>
<div class="col-sm-3" id="utctime-div"><span id="utctime-title"></span><br><span class="table-sub-header">(UTC)</span></div>
<div class="col-sm-2" id="waypoint-div"><span id="waypoint-title"></span></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function refreshall () {
var tmp = '<div class="row table-content scale-'+wbt[i].scale+' '+wbt[i].id+'">'
+'<div class="col-sm-4 wbframe'+donechk+'"><span class="wbid" hidden>'+wbt[i].id+'</span>'+wbt[i].name+'<span class="wbmap">'+(wbt[i].map?" - "+wbt[i].map:"")+'</span></div>'
+'<div class="col-sm-3 localtime">'+wbt[i].lctime+'</div>'
+'<div class="col-sm-3 psttime">'+wbt[i].uptime+'</div>'
+'<div class="col-sm-3 utctime">'+wbt[i].uptime+'</div>'
+'<div class="col-sm-2 waypoint">'+wbt[i].waypoint+'</div>'
+'</div>';
$("#table-worldboss").append(tmp);
Expand Down
6 changes: 3 additions & 3 deletions lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -65,7 +65,7 @@
"nav-note":"網頁說明",
"wbname-title":"世界王",
"localtime-title":"本地時間",
"psttime-title":"伺服器時間",
"utctime-title":"伺服器時間",
"waypoint-title":"傳送點",
"note-title":"說明",
"note-totop":"回到頂端",
Expand Down

0 comments on commit 79d1f42

Please sign in to comment.