diff --git a/javascript/TreeDropdownField.js b/javascript/TreeDropdownField.js index ea71d383d..35bd5692d 100644 --- a/javascript/TreeDropdownField.js +++ b/javascript/TreeDropdownField.js @@ -264,7 +264,7 @@ onadd: function() { this._super(); - var title = this.data('title'); + var title = decodeURIComponent(this.data('title')); this.find('.treedropdownfield-title').replaceWith( $('') );