From d27556cd1d60953401497c0ad74c9251aa7e6a2a Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 22 Jan 2014 13:13:38 +0000 Subject: [PATCH] use relative links, or protocol independend links, MKWS-98 --- examples/htdocs/dict.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/htdocs/dict.html b/examples/htdocs/dict.html index 1c209de..b278d45 100644 --- a/examples/htdocs/dict.html +++ b/examples/htdocs/dict.html @@ -6,11 +6,11 @@ var mkws_config = { //responsive_design_width: 990 //perpage_default: 10, - service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=dic&password=dic" + service_proxy_auth: "//mkws.indexdata.com/service-proxy/?command=auth&action=login&username=dic&password=dic" }; - - + + -- 1.7.10.4