Default to send_invites being false, until it can be confirmed or made to work in more clients

Fri, 16 Apr 2010 18:46:08 +0100

author
matthew@heavyhorse.vm.bytemark.co.uk
date
Fri, 16 Apr 2010 18:46:08 +0100
changeset 59
603d9caeb6d5
parent 58
c775513a5d78
child 60
35a99353d907

Default to send_invites being false, until it can be confirmed or made to work in more clients

support-chat/js/supportchat.js file | annotate | diff | comparison | revisions
--- a/support-chat/js/supportchat.js	Fri Apr 16 18:44:53 2010 +0100
+++ b/support-chat/js/supportchat.js	Fri Apr 16 18:46:08 2010 +0100
@@ -8,7 +8,7 @@
 		"Sales": "sales@support.localhost",
 		"Technical": "technical@support.localhost"
 	},
-	send_invites: true,
+	send_invites: false,
 	offline_support: "support@localhost",
 	alternative_url: "http://www.google.co.uk/"
 };

mercurial