From b260ad8482e73d2dc763b39ee8514274bfe99cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 4 Oct 2021 07:52:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20symlink=20to=20avoid=20?= =?UTF-8?q?bug=20on=20some=20Windows=2010=20installs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On some Windows 10 installs, the jquery.js link doesn't work properly (see #592). So I'm removing that symlink and linking directly to jquery-1.11.3.min.js from the HTML page. Thanks @hebronwatson for reporting this. --- dockercoins/webui/files/index.html | 2 +- dockercoins/webui/files/jquery.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 dockercoins/webui/files/jquery.js diff --git a/dockercoins/webui/files/index.html b/dockercoins/webui/files/index.html index f53472013..769a106d8 100644 --- a/dockercoins/webui/files/index.html +++ b/dockercoins/webui/files/index.html @@ -13,7 +13,7 @@ color: royalblue; } - +