Get stylesheet from MKWS host.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:48:16 +0000 (14:48 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:48:16 +0000 (14:48 +0200)
use_service_proxy is true by default.

experiments/spclient/index.html

index f383292..dd5971c 100644 (file)
@@ -4,10 +4,9 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo client</title>
-    <link rel="stylesheet" href="mkwsStyle.css" />
+    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
     <script type="text/javascript">
       var mkws_config = { 
-      use_service_proxy: true,
       service_proxy_url: "http://mkws.indexdata.com/service-proxy/",
       service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=guest&password=guest",
       };