fixed bug I accedently introduced in previous commit

This commit is contained in:
Erlend Finvåg
2011-04-14 16:36:38 +02:00
parent e3fdc8bc84
commit 3bf0e47ea5
+3 -1
View File
@@ -32,7 +32,9 @@
value = jQuery.trim(value);
if (options.unique) {
skipTag = $(tagslist).tagExist(value);
}
} else {
skipTag = false;
}
if (value !='' && skipTag != true) {