Browse Source

Log errors to firebug console also

pull/69/head
Ruud 14 years ago
parent
commit
fcc008ceda
  1. 2
      couchpotato/templates/_desktop.html

2
couchpotato/templates/_desktop.html

@ -55,6 +55,8 @@
// Catch errors
window.onerror = function(message, file, line){
p(message, file, line);
Api.request('logging.log', {
'data': {
'type': 'error',

Loading…
Cancel
Save