summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-11-07 10:47:28 -0800
committerSteve Manuel <nilslice@gmail.com>2016-11-07 10:47:28 -0800
commitd0693fb6a657fb4e264bbc07a83aaa9876bca982 (patch)
tree14b67f413bb46ffb4adcb3fa63b0a8917664636b
parent2f63ec97373dd7e2e1d63763c5e007771d1e1c26 (diff)
adding test fix for tags/chips in new post UI
-rw-r--r--management/editor/elements.go3
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({