Test reformatting, step2.

This commit is contained in:
sebv
2014-01-21 20:56:20 +08:00
parent 728f6c7df1
commit 714e24c789
74 changed files with 2431 additions and 2051 deletions
+5 -1
View File
@@ -65,7 +65,11 @@ I am some page content
<p>Server time: <span id="servertime">{{ serverTime }}</span></p>
<p>Client time: <span id="clienttime"></span></p>
<script type="text/javascript">
$("#clienttime").text(parseInt(new Date().getTime() / 1000))
var uuid;
try {uuid = window.location.toString().match(/\?(.*)$/)[1]; } catch(ign) {};
if(uuid) document.title=document.title + " - " + uuid;
$("#clienttime").text(parseInt(new Date().getTime() / 1000));
</script>
<p id="useragent">{{ userAgent }}</p>