diff --git a/applications/notes/app-notes.js b/applications/notes/app-notes.js index c2563d2..9e4ac96 100644 --- a/applications/notes/app-notes.js +++ b/applications/notes/app-notes.js @@ -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;