Description: fix the paths to javascript files We're using javascript libraries from debian packages instead of the ones vendored by upstream. Because of this some paths to libraries might differ a bit. Some folks are still using URLs of the form /cgi-bin/smokeping.cgi (which was used up until buster). In order for css and js to be able to load with this URL, we need to use our top-level alias to retrieve them. Author: Antoine Beaupré Forwarded: not-needed Last-Update: 2019-08-25 --- a/etc/basepage.html.dist +++ b/etc/basepage.html.dist @@ -4,8 +4,8 @@ SmokePing Latency Page for <##title##> - - + + @@ -47,10 +47,10 @@

Maintained by <##owner##>

- - - - + + + +