Revert "templates: define default console object in base.html"

This reverts commit 406be17fc9.
This commit is contained in:
Benjamin Dauvergne 2013-12-12 15:48:03 +01:00
parent 3336920e46
commit 08f61f9dbb
1 changed files with 0 additions and 8 deletions

View File

@ -7,14 +7,6 @@
<link rel="stylesheet" href="{{ STATIC_URL }}jquery/css/jquery-ui.custom.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}ulx/css/ulx.css" />
<title>{% block title %}User test{% endblock %}</title>
<script>
// define console
if (!window.console) console = {};
console.log = console.log || function(){};
console.warn = console.warn || function(){};
console.error = console.error || function(){};
console.info = console.info || function(){};
</script>
{{ openid_meta }}
{% block extra_scripts %}
{% endblock %}