From 01a225153e673e53d3fffb9c80fb7e04a0c10e63 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 22 Feb 2021 13:30:12 +0900 Subject: [PATCH] (www-display-object-desc): - Use https://image.chise.org/openseadragon/openseadragon.min.js instead of http://hng.chise.org/openseadragon/openseadragon.min.js. - Use https://image.chise.org/openseadragon/images/ instead of http://hng.chise.org/openseadragon/images/. - Use https://image.hng-data.org/images/HNG//card/.jpg instead of http://hng.chise.org/images/HNG//card/.jpg. - Use https://glyphwiki.org/ instead of http://glyphwiki.org/. - Use https://www.chise.org/ids-find instead of http://www.chise.org/ids-find. - Use https://www.chise.org/hng-ids-find instead of http://www.chise.org/hng-ids-find. --- cwiki-view.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cwiki-view.el b/cwiki-view.el index 5b1d63b..cf2cd4a 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -139,7 +139,7 @@ li { margin: 0 0 0 2em; } + src=\"https://image.chise.org/openseadragon/openseadragon.min.js\"> EsT %s = %s \n" @@ -259,7 +259,7 @@ li { margin: 0 0 0 2em; } var viewer; viewer = OpenSeadragon({ id: \"openseadragon1\", - prefixUrl: \"http://hng.chise.org/openseadragon/images/\", + prefixUrl: \"https://image.chise.org/openseadragon/images/\", preserveViewport: true, visibilityRatio: 1, minZoomLevel: 1, @@ -286,7 +286,7 @@ li { margin: 0 0 0 2em; }