From: zuber Date: Tue, 25 Aug 2009 12:56:39 +0000 (+0200) Subject: Merge branch 'master' of git@stigma.nowoczesnapolska.org.pl:platforma X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/a130412e611a2a29bf0cc9bbbfdefea0b1d0061f?hp=18691ef568f3b013ed5d71fa0d998cfc6842071f Merge branch 'master' of git@stigma.nowoczesnapolska.org.pl:platforma --- 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) {