diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-04 17:27:14 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-04 17:27:14 +0200 |
| commit | 39a579486583641f176fcc83f54441e6c31ae3d0 (patch) | |
| tree | ca3aa997d8661bf2dbda2dd1b43aa4221c7e77f6 /templates | |
| parent | 9a01a6bca94df2550aabd5ac75f05f7adbbea66f (diff) | |
| download | jokevote-39a579486583641f176fcc83f54441e6c31ae3d0.tar.gz jokevote-39a579486583641f176fcc83f54441e6c31ae3d0.zip | |
sort by freshness
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
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> |
