From 5d1b3a1b7886ccbebc2594425212e470222e8aff Mon Sep 17 00:00:00 2001 From: joamag Date: Fri, 28 Jul 2017 16:23:56 +0100 Subject: [PATCH] new operators --- src/cameria/static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cameria/static/js/main.js b/src/cameria/static/js/main.js index 60feb58..fc6b579 100644 --- a/src/cameria/static/js/main.js +++ b/src/cameria/static/js/main.js @@ -363,7 +363,7 @@ // in case the status of the received message is not the // correct one (success or not modified) the message is // considered invalid (returns immediately) - if (status != "success" && status != "notmodified") { + if (status !== "success" && status !== "notmodified") { return; }