Skip to content

Commit

Permalink
new operators
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 28, 2017
1 parent 58c3059 commit 5d1b3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cameria/static/js/main.js
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5d1b3a1

Please sign in to comment.