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:
850469b
)
check for the real jQuery / $ object
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 8 May 2014 14:20:49 +0000
(14:20 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 8 May 2014 14:20:49 +0000
(14:20 +0000)
examples/htdocs/wolfram.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/wolfram.html
b/examples/htdocs/wolfram.html
index
cf9ee46
..
6ac1edd
100644
(file)
--- a/
examples/htdocs/wolfram.html
+++ b/
examples/htdocs/wolfram.html
@@
-77,11
+77,16
@@
</td>
</tr>
</table>
- <script type="text/javascript">
- console.log("Reset jQuery and $ objection to null....");
- $ = null;
- jQuery = null;
+
+ <!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.js"></script> -->
+ <script type="text/javascript">
+ // check for the real jQuery / $ object
+ console.log("Reset jQuery and $ objection to null....");
+ $ = null;
+ jQuery = null;
</script>
+
</body>
</html>
+