different second jquery lib
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 7 Jul 2014 16:24:03 +0000 (16:24 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 7 Jul 2014 16:24:03 +0000 (16:24 +0000)
examples/htdocs/jasmine-cors-popup.html

index e28ca6f..d7d1a7a 100644 (file)
@@ -70,7 +70,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 +88,7 @@
          if (!mkws.$) {
            alert("MKWS jquery(3) is not set!!!");
          }
+
        });
       </script>
   </body>