Even more linting of JS files.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user