summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-06-04 17:27:14 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-06-04 17:27:14 +0200
commit39a579486583641f176fcc83f54441e6c31ae3d0 (patch)
treeca3aa997d8661bf2dbda2dd1b43aa4221c7e77f6 /templates
parent9a01a6bca94df2550aabd5ac75f05f7adbbea66f (diff)
downloadjokevote-39a579486583641f176fcc83f54441e6c31ae3d0.tar.gz
jokevote-39a579486583641f176fcc83f54441e6c31ae3d0.zip
sort by freshness
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 44dfe87..08a9c39 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -117,7 +117,7 @@
</div>
<script type="text/javascript">
$(document).ready(function() {
- $('#main').smoothState({prefetch: true, cacheLength: 2});
+ $('#main').smoothState({prefetch: true});
});
</script>
</body>