Even more linting of JS files.

This commit is contained in:
jgen
2014-04-24 00:55:14 -04:00
parent a105090039
commit 4b90faf89d
6 changed files with 25 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ var Tagger = {
var id = "tagger_alert-"+type
var t_alert = byId(id);
if (t_alert) {
if(text == false) {
if(text === false) {
// remove
t_alert.parentNode.removeChild(t_alert);
} else {