diff --git a/rootfs/usr/share/www/static/scripts.js b/rootfs/usr/share/www/static/scripts.js index c79edc0..de00e94 100644 --- a/rootfs/usr/share/www/static/scripts.js +++ b/rootfs/usr/share/www/static/scripts.js @@ -61,7 +61,7 @@ self.fetch || }); function testAvailable() { - fetch("./manifest.json").then(function (res) { + fetch("/manifest.json").then(function (res) { if (res.ok) { location.reload(); } else {