mirror of
https://github.com/wahyd4/jQuery-Tags-Input.git
synced 2026-08-09 12:56:35 +10:00
fixed bug I accedently introduced in previous commit
This commit is contained in:
+3
-1
@@ -32,7 +32,9 @@
|
||||
value = jQuery.trim(value);
|
||||
if (options.unique) {
|
||||
skipTag = $(tagslist).tagExist(value);
|
||||
}
|
||||
} else {
|
||||
skipTag = false;
|
||||
}
|
||||
|
||||
if (value !='' && skipTag != true) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user