context menu updated + validate domain

This commit is contained in:
akashnimare
2016-07-23 19:39:55 +05:30
parent 020d7fc68b
commit 50f0b45f9c
3 changed files with 2 additions and 3 deletions

View File

@@ -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) {