remove console overwrite

This commit is contained in:
j 2011-11-11 18:17:06 +01:00
parent 433559ded0
commit e32a44a932
2 changed files with 1 additions and 8 deletions

View file

@ -9,13 +9,6 @@
<link rel="icon" href="/static/png/icon64.png" sizes="48x48"/>
<meta name="application-name" content="{{settings.SITENAME}}"/>
<meta name="application-url" content="{{base_url}}"/>
<script type='text/javascript'>
if (typeof(console) == 'undefined') {
console = {
log: function() {}
};
}
</script>
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
<script type="text/javascript" src="/static/js/pandora.js"></script>
</head>

View file

@ -426,7 +426,7 @@ pandora.ui.list = function() {
key: 'id',
value: id,
operator: '=='
}
};
}),
operator: '|'
}