diff options
Diffstat (limited to 'templates/index.html')
| -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> |
