diff --git a/js/tag-it.js b/js/tag-it.js index 39d5f87d..512534b4 100644 --- a/js/tag-it.js +++ b/js/tag-it.js @@ -279,7 +279,7 @@ this.tagList.children('.tagit-choice').each(function(i) { if (that._formatStr(value) == that._formatStr(that.tagLabel(this))) { isNew = false; - return; + return false; } }); return isNew;