From 4c59b71e8bf45811ad7f08c7f7add034c18b9a5d Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 23 Jan 2014 13:51:09 +0000 Subject: [PATCH] disable logging with console object, will fail in IE8 see f90cc5c1eed67a2c29f20025e9b3ed7113fe8468 --- tools/htdocs/mkws.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 1.7.10.4