diff options
| author | Felix Hanley <felix@userspace.com.au> | 2020-03-05 10:33:37 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2020-03-05 10:33:37 +0000 |
| commit | 5e4cb1854e7dbdc0da2e892a609b7461fe7100fe (patch) | |
| tree | a4e2052e00a277fc78dc92d2355477bbb93aeeb0 /templates/example.tmpl | |
| parent | 9d687611493d2af60f6aedb3503dd85f6b3d49d6 (diff) | |
| download | sws-5e4cb1854e7dbdc0da2e892a609b7461fe7100fe.tar.gz sws-5e4cb1854e7dbdc0da2e892a609b7461fe7100fe.tar.bz2 | |
Sparkline updates
Diffstat (limited to 'templates/example.tmpl')
| -rw-r--r-- | templates/example.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/example.tmpl b/templates/example.tmpl index ef628ee..5da849a 100644 --- a/templates/example.tmpl +++ b/templates/example.tmpl @@ -5,7 +5,7 @@ <meta charset="utf-8"> <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> + <script async src="http://localhost:5000/sws.js" data-site="1"></script> <noscript> <img src="http://localhost:5000/sws.gif" /> </noscript> |
