From: Wolfram Schneider Date: Thu, 23 Jan 2014 13:51:09 +0000 (+0000) Subject: disable logging with console object, will fail in IE8 X-Git-Tag: 1.0.0~1645^2~2 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=4c59b71e8bf45811ad7f08c7f7add034c18b9a5d;p=mkws-moved-to-github.git disable logging with console object, will fail in IE8 see f90cc5c1eed67a2c29f20025e9b3ed7113fe8468 --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 9f17d0b..04977cd 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -70,8 +70,8 @@ if (mkws_config == null || typeof mkws_config != 'object') { // wrapper for jQuery lib function _make_mkws_team($, teamName) { - if (console && console.log) - console.log("run _make_mkws_team(" + (teamName ? teamName : "") + ")"); + // if (console && console.log) // disabled, will fail in IE8 + // console.log("run _make_mkws_team(" + (teamName ? teamName : "") + ")"); // call this function only once if (mkws.init) {