From a442cb1df09c069eaefa3d2c527742063e2fa484 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Thu, 11 Aug 2011 20:36:37 +0400 Subject: [PATCH] kill undefined variable host in notifier.js --- public/javascripts/notifier.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/javascripts/notifier.js b/public/javascripts/notifier.js index 0aef2e9..47d28de 100644 --- a/public/javascripts/notifier.js +++ b/public/javascripts/notifier.js @@ -6,7 +6,7 @@ var Errbit = { \ errbit_notifier_js\ 2.0\ - http://NOTIFIER_HOST\ + https://github.com/jdpace/errbit\ \ \ EXCEPTION_CLASS\ @@ -103,7 +103,6 @@ var Errbit = { } xml = xml.replace('', data + '') - .replace('NOTIFIER_HOST', host) .replace('REQUEST_URL', url) .replace('REQUEST_ACTION', action) .replace('REQUEST_COMPONENT', component); -- libgit2 0.21.2