From 8897e0ed4f915c223ec47ebc4ee45087913210e9 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:24:35 -0400 Subject: [PATCH] Code adjustments --- applications/aaswitcher/app-aaSwitcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/aaswitcher/app-aaSwitcher.js b/applications/aaswitcher/app-aaSwitcher.js index ea92a37..c828792 100644 --- a/applications/aaswitcher/app-aaSwitcher.js +++ b/applications/aaswitcher/app-aaSwitcher.js @@ -108,7 +108,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;