forked from shaba/openuds
Removed whitspaces from tags on addition
This commit is contained in:
parent
a08fe53383
commit
fbd0a59a70
@ -66,6 +66,8 @@
|
||||
var curr;
|
||||
var found = false;
|
||||
|
||||
text = text.split(' ').join(''); // Remove white spaces
|
||||
|
||||
text = api.tools.capitalize(text);
|
||||
|
||||
if ($data.val() == '') // No values
|
||||
|
Loading…
Reference in New Issue
Block a user