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:
8d69608
)
use mkws.log() instead console.log() [IE8]
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 22 Oct 2014 13:03:08 +0000
(13:03 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 22 Oct 2014 13:03:08 +0000
(13:03 +0000)
examples/htdocs/wolfram.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/wolfram.html
b/examples/htdocs/wolfram.html
index
83a67a6
..
34438c1
100644
(file)
--- a/
examples/htdocs/wolfram.html
+++ b/
examples/htdocs/wolfram.html
@@
-56,7
+56,7
@@
<!-- <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....");
+ mkws.log("Reset jQuery and $ objection to null....");
$ = null;
jQuery = null;
</script>