From a21670989205979ee667eda0a6e6ba4c2546da6f Mon Sep 17 00:00:00 2001 From: zuber Date: Tue, 25 Aug 2009 14:56:29 +0200 Subject: [PATCH] =?utf8?q?Poprawka=20b=C5=82=C4=99du=20jquery.logging.js?= =?utf8?q?=20w=20Firefox.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/static/js/jquery.logging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/static/js/jquery.logging.js b/project/static/js/jquery.logging.js index 02e10e40..1afd8bec 100644 --- a/project/static/js/jquery.logging.js +++ b/project/static/js/jquery.logging.js @@ -6,7 +6,7 @@ const LOG_LEVEL = LEVEL_DEBUG; var mozillaLog = function(msg) { - if (console) console.log(msg); + if (window.console) console.log(msg); }; var operaLog = function(msg) { -- 2.20.1