[tor-commits] [tor-messenger-build/master] Clear the server field if domain is changed
sukhbir at torproject.org
sukhbir at torproject.org
Mon Jun 1 18:07:12 UTC 2015
commit eba4fc6a1c4e63491f8a4136f2f19fa043988c77
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Mon Jun 1 14:08:41 2015 -0400
Clear the server field if domain is changed
---
projects/instantbird/xmpp-onion-js.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/xmpp-onion-js.patch b/projects/instantbird/xmpp-onion-js.patch
index e6365fc..03652ee 100644
--- a/projects/instantbird/xmpp-onion-js.patch
+++ b/projects/instantbird/xmpp-onion-js.patch
@@ -43,7 +43,7 @@ diff --git a/im/content/accountWizard.js b/im/content/accountWizard.js
},
+ setOnionAddress: function aw_setOnionAddress() {
-+ if (this.proto.id == "prpl-jabber" && this.onionAddress) {
++ if (this.proto.id == "prpl-jabber") {
+ document.getElementById("prpl-jabber-server").value = this.onionAddress;
+ }
+ },
More information about the tor-commits
mailing list