# HG changeset patch # User matthew@heavyhorse.vm.bytemark.co.uk # Date 1271439968 -3600 # Node ID 603d9caeb6d51044180f4ebfe2d53ddcc16b6224 # Parent c775513a5d7802143ca2cacf16ea3ab04d4c7e91 Default to send_invites being false, until it can be confirmed or made to work in more clients diff -r c775513a5d78 -r 603d9caeb6d5 support-chat/js/supportchat.js --- 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/" };