different second jquery lib
[mkws-moved-to-github.git] / 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>