NIHVIVO-2343 Continuing implementation.
This commit is contained in:
parent
2e31f6fb5e
commit
cabc944481
3 changed files with 19 additions and 32 deletions
|
@ -126,7 +126,10 @@ function proxyAutocomplete(parent) {
|
|||
this.select = function(event, ui) {
|
||||
parent.proxyData.unshift(new proxyInfoElement(parent.templateHtml, ui.item.uri, ui.item.label, "", "", false));
|
||||
parent.displayProxyData();
|
||||
event.preventDefault();
|
||||
event.target.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue