forked from 0x2620/pandora
remove console overwrite
This commit is contained in:
parent
433559ded0
commit
e32a44a932
2 changed files with 1 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -426,7 +426,7 @@ pandora.ui.list = function() {
|
|||
key: 'id',
|
||||
value: id,
|
||||
operator: '=='
|
||||
}
|
||||
};
|
||||
}),
|
||||
operator: '|'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue