From fcc008ceda68acaf8506e3ee25b4298afc3354a7 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 14 Jan 2012 15:05:16 +0100 Subject: [PATCH] Log errors to firebug console also --- couchpotato/templates/_desktop.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/couchpotato/templates/_desktop.html b/couchpotato/templates/_desktop.html index edef184..d4d5ba5 100644 --- a/couchpotato/templates/_desktop.html +++ b/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',