diff options
-rw-r--r-- | management/editor/elements.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/management/editor/elements.go b/management/editor/elements.go index 67aca5a..5d3b930 100644 --- a/management/editor/elements.go +++ b/management/editor/elements.go @@ -372,9 +372,6 @@ func Tags(fieldName string, p interface{}, attrs map[string]string) []byte { chips.on('chip.add', function(e, chip) { chips.parent().find('.empty-tag').remove(); - - // escape content of chip tag - chip.tag = URIEscapeComponent(chip.tag); var input = $('<input>'); input.attr({ |