Log errors to firebug console also

This commit is contained in:
Ruud
2012-01-14 15:05:16 +01:00
parent bc4a965528
commit fcc008ceda
+2
View File
@@ -55,6 +55,8 @@
// Catch errors
window.onerror = function(message, file, line){
p(message, file, line);
Api.request('logging.log', {
'data': {
'type': 'error',