fix logging for IE8 (again...)
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 21 Sep 2015 15:08:22 +0000 (15:08 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 21 Sep 2015 15:08:22 +0000 (15:08 +0000)
examples/htdocs/wolfram.html

index 46c35e9..122399e 100644 (file)
@@ -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>