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:
988569f
)
fix logging for IE8 (again...)
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 21 Sep 2015 15:08:22 +0000
(15:08 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 21 Sep 2015 15:08:22 +0000
(15:08 +0000)
examples/htdocs/wolfram.html
patch
|
blob
|
history
diff --git
a/examples/htdocs/wolfram.html
b/examples/htdocs/wolfram.html
index
46c35e9
..
122399e
100644
(file)
--- a/
examples/htdocs/wolfram.html
+++ b/
examples/htdocs/wolfram.html
@@
-57,7
+57,9
@@
<!-- <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
- mkws.log("Reset jQuery and $ objection to null....");
+ if (typeof console != 'undefined') { // !IE8
+ console.log("Reset jQuery and $ objection to null....");
+ }
$ = null;
jQuery = null;
</script>