From f18572dbe8b4b604a63cb58170f7755ec9793842 Mon Sep 17 00:00:00 2001 From: zuber Date: Thu, 7 Jan 2010 14:28:51 +0100 Subject: [PATCH] =?utf8?q?Serwis=20powinien=20ju=C5=BC=20dzia=C5=82a=C4=87?= =?utf8?q?=20bez=20Firebuga.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- platforma/static/js/main.js | 4 ++-- platforma/templates/base.html | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/platforma/static/js/main.js b/platforma/static/js/main.js index 62ee8ff6..c88f2930 100644 --- a/platforma/static/js/main.js +++ b/platforma/static/js/main.js @@ -1,5 +1,5 @@ -if (!console) { - console = { +if (!window.console) { + window.console = { log: function() {} } } diff --git a/platforma/templates/base.html b/platforma/templates/base.html index 57d8f985..4819b7c4 100755 --- a/platforma/templates/base.html +++ b/platforma/templates/base.html @@ -4,23 +4,12 @@ {% block title %}Platforma Redakcyjna{% block subtitle %}{% endblock subtitle %}{% endblock title%} - {# #} - {# #} - {% block extrahead %} {% endblock %}
- {# #}
{% block maincontent %} {% endblock %}
{% block extrabody %}{% endblock %} -- 2.20.1