Merge pull request #24 from asecondwill/patch-2

Update TagField.js so tags with spaces can be added
This commit is contained in:
Christopher Pitt 2015-07-01 13:55:34 +12:00
commit fb049075d4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
var options = {
'tags': true,
'tokenSeparators': [',', ' ']
'tokenSeparators': [',']
};
if ($select.attr('data-ss-tag-field-suggest-url')) {