Commit 8a8fa3f501339dfb735979f898ce4f00d8a2d3c2

Authored by Nathan Broadbent
1 parent 195ee106
Exists in master and in 1 other branch production

This is more .. sensible. Why would we ping github.com?

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/javascripts/notifier.js
... ... @@ -29,7 +29,7 @@ var Errbit = {
29 29  
30 30 notify: function(error) {
31 31 var xml = escape(Errbit.generateXML(error));
32   - var host = Errbit.host || 'github.com/errbit/errbit';
  32 + var host = Errbit.host;
33 33 var url = '//' + host + '/notifier_api/v2/notices.xml?data=' + xml;
34 34 var request = document.createElement('iframe');
35 35  
... ...