Code Adjustments

This commit is contained in:
Alezia Kurdis 2022-07-14 21:21:57 -04:00 committed by GitHub
parent f692c4bda3
commit 28c9792c4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@
}
function onScreenChanged(type, url) {
if (type == "Web" && url.indexOf(APP_URL) != -1) {
if (type === "Web" && url.indexOf(APP_URL) !== -1) {
appStatus = true;
} else {
appStatus = false;