use mkws.log() instead console.log() [IE8]
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 22 Oct 2014 13:03:08 +0000 (13:03 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 22 Oct 2014 13:03:08 +0000 (13:03 +0000)
examples/htdocs/wolfram.html

index 83a67a6..34438c1 100644 (file)
@@ -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
     <!-- <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>
       $ = null;
       jQuery = null;
     </script>