mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing taxonomies autocomplete script error.
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
};
|
||||
|
||||
this.options.focus = function (event, ui) {
|
||||
if (ui.item.label !== undefined && /^key/.test(event.originalEvent.originalEvent.type)) {
|
||||
if (ui.item.label !== undefined && /^key/.test(event.originalEvent.type)) {
|
||||
self.input.val(ui.item.label);
|
||||
self.input.attr('tagValue', ui.item.value);
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user