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 d0b1292..cdbb1b5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -141,7 +141,7 @@ </div> <script type="text/javascript"> $(document).ready(function() { - $('#main').smoothState({prefetch: true}); + $('#main').smoothState({prefetch: true, locationHeader: 'X-SmoothState-Location'}); }); function openEditor(me) { var joke = $(me).closest('.joke'); |
