diff options
Diffstat (limited to 'templates/example.tmpl')
| -rw-r--r-- | templates/example.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/example.tmpl b/templates/example.tmpl index e2a3e7d..ef628ee 100644 --- a/templates/example.tmpl +++ b/templates/example.tmpl @@ -3,8 +3,9 @@ <html> <head> <meta charset="utf-8"> - <script async src="http://localhost:5000/sws.js" data-sws="http://localhost:5000/sws.gif" data-site="1"></script> <title>This is the title</title> + <script>_sws = { local: true }</script> + <script async src="http://localhost:5000/sws.js" data-sws="http://localhost:5000/sws.gif" data-site="1"></script> <noscript> <img src="http://localhost:5000/sws.gif" /> </noscript> |
