Code adjustments

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

View file

@ -83,7 +83,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;