@@ -136,7 +136,7 @@
<script>
$("#timestamp").text(new Date());
- $("#host").text(location.hostname);
+ $("#host").text(location.href);
</script>
</body>
</html>