From 57ba0a59387a7d824bc406e9f4a90dd9b06ce30d Mon Sep 17 00:00:00 2001 From: apb Date: Sun, 26 Dec 2021 15:21:31 +0000 Subject: [PATCH] [fix] comment --- caddy/site/links/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/site/links/index.js b/caddy/site/links/index.js index 146b5b1..4d69125 100644 --- a/caddy/site/links/index.js +++ b/caddy/site/links/index.js @@ -1,4 +1,4 @@ -# hack file:// load +// hack file:// load if (/^file:\/\/\//.test(location.href)) { let path = './'; let orig = fetch;