Skip to content

Commit

Permalink
Extend maintainance one more hour
Browse files Browse the repository at this point in the history
TW to WW maintenance got extended
  • Loading branch information
rdsathene authored May 22, 2017
1 parent 5ee7088 commit 1501caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 class="margin-novertical">{% trans 'School Idol Tomodachi' %}</h1>
<script>
var countdowndate = "May 22, 2017 20:00:00 +0000";
function countdownRender(data) {
$(this.el).text('Planned WW Maintenance ends in ' + data.hours + ' {% trans 'hours' %}, ' + data.min + ' {% trans 'minutes' %}, ' + data.sec + ' seconds');
$(this.el).text('Extended WW Maintenance ends in ' + data.hours + ' {% trans 'hours' %}, ' + data.min + ' {% trans 'minutes' %}, ' + data.sec + ' seconds');
}
</script>
</p>
Expand Down

0 comments on commit 1501caf

Please sign in to comment.