Update TagField.js so tags with spaces can be added

The separator is hard coded as space or comma.  Not much is lost if you just delete the space separator option.  This allows people to add eg "Web Developer" as a job title tag.
This commit is contained in:
will 2015-05-28 10:36:06 +01:00
parent 5aeaaa9392
commit 989e7cae08
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')) {