projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407cc2a
)
different second jquery lib
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Jul 2014 16:24:03 +0000
(16:24 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Jul 2014 16:24:03 +0000
(16:24 +0000)
examples/htdocs/jasmine-cors-popup.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/jasmine-cors-popup.html
b/examples/htdocs/jasmine-cors-popup.html
index
e28ca6f
..
d7d1a7a
100644
(file)
--- a/
examples/htdocs/jasmine-cors-popup.html
+++ b/
examples/htdocs/jasmine-cors-popup.html
@@
-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>