mkws-jquery.js is gone, MKWS-235
[mkws-moved-to-github.git] / examples / htdocs / jasmine-cors-popup.html
index e28ca6f..ac49a3f 100644 (file)
@@ -47,6 +47,7 @@
 
     <script type="text/javascript">
     var mkws_config = {
+      service_proxy_auth: "//mkws.indexdata.com/service-proxy-testauth",
       perpage_default: 10
     };
 
@@ -70,7 +71,7 @@
       <div class="mkwsBuilder"></div>
 
       <!-- include jquery again -->
-      <script type="text/javascript" src="//code.jquery.com/jquery-1.10.0.min.js"></script>
+      <script type="text/javascript" src="//code.jquery.com/jquery-1.10.0.js"></script>
       <script>
        $(document).ready(function() {
          // now the second jquery is used
@@ -88,6 +89,7 @@
          if (!mkws.$) {
            alert("MKWS jquery(3) is not set!!!");
          }
+
        });
       </script>
   </body>