list item image

This commit is contained in:
Adam Bradley
2013-10-23 22:58:27 -05:00
parent ce8d34fa5e
commit ca90a13524
7 changed files with 91 additions and 66 deletions

View File

@@ -46,9 +46,9 @@
<script>
// cache buster only for testing to make sure the page is always refreshed
for(var x=0; x<document.links.length; x++) {
document.links[x].href += "?r=" + Math.random();
}
// for(var x=0; x<document.links.length; x++) {
// document.links[x].href += "?r=" + Math.random();
// }
</script>
</body>