From 8a8fa3f501339dfb735979f898ce4f00d8a2d3c2 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Fri, 26 Aug 2011 15:14:55 +0800 Subject: [PATCH] This is more .. sensible. Why would we ping github.com? --- public/javascripts/notifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/notifier.js b/public/javascripts/notifier.js index 53515c0..17a255d 100644 --- a/public/javascripts/notifier.js +++ b/public/javascripts/notifier.js @@ -29,7 +29,7 @@ var Errbit = { notify: function(error) { var xml = escape(Errbit.generateXML(error)); - var host = Errbit.host || 'github.com/errbit/errbit'; + var host = Errbit.host; var url = '//' + host + '/notifier_api/v2/notices.xml?data=' + xml; var request = document.createElement('iframe'); -- libgit2 0.21.2