mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 05:53:21 +00:00
context menu updated + validate domain
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
if (data["domain"] !== undefined) {
|
||||
window.location.href = data["domain"];
|
||||
|
||||
} else {
|
||||
|
||||
dialogs.prompt('Enter the URL for your Zulip server', function(url) {
|
||||
|
||||
Reference in New Issue
Block a user