run with debug=1 by default
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 21 Jun 2013 10:34:06 +0000 (10:34 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 21 Jun 2013 10:34:06 +0000 (10:34 +0000)
experiments/spclient/index.html
experiments/spclient/mkws.js

index 65d44a6..e9f32ad 100644 (file)
@@ -10,7 +10,7 @@
     <script type="text/javascript">
        var mkws_config = { 
                lang: "en",
-               debug: 2,
+               debug: 1,
                use_service_proxy: true,
                switch: true, 
                sort_default: "relevance",
index f14fcf8..82b431b 100644 (file)
@@ -1,7 +1,7 @@
 /* A very simple client that shows a basic usage of the pz2.js
 */
 
-// "use strict"; // HTML5
+"use strict"; // HTML5
 
 if (!mkws_config)
     var mkws_config = {}; // for the guys who forgot to define mkws_config...