From 1d0cbe04c804bb94efdd133560e4ef5e1d362c54 Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Wed, 10 Jun 2020 19:16:49 -0400 Subject: [PATCH] Update scripts/communityScripts/explore/explore.html Co-authored-by: David Rowe --- scripts/communityScripts/explore/explore.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/communityScripts/explore/explore.html b/scripts/communityScripts/explore/explore.html index 1163d76424..6914b062c9 100644 --- a/scripts/communityScripts/explore/explore.html +++ b/scripts/communityScripts/explore/explore.html @@ -89,7 +89,7 @@ function myDomainAddressInputGoTo() { var vircadiaUrl = document.getElementById("domainAddressInput").value; - if (vircadiaUrl != "") { + if (vircadiaUrl !== "") { var readyEvent = { "action": "goToUrl", "visit": vircadiaUrl,