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:
7a8d060
)
test with undefine jQuery and $ object, MKWS-185
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 8 May 2014 13:32:21 +0000
(13:32 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 8 May 2014 13:32:21 +0000
(13:32 +0000)
examples/htdocs/wolfram.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/wolfram.html
b/examples/htdocs/wolfram.html
index
d744927
..
cf9ee46
100644
(file)
--- a/
examples/htdocs/wolfram.html
+++ b/
examples/htdocs/wolfram.html
@@
-77,5
+77,11
@@
</td>
</tr>
</table>
+ <script type="text/javascript">
+
+ console.log("Reset jQuery and $ objection to null....");
+ $ = null;
+ jQuery = null;
+ </script>
</body>
</html>