NIHVIVO-2343 First shot at the Manage Proxies page.

This commit is contained in:
j2blake 2011-11-03 23:20:22 +00:00
parent 23329bd5fc
commit d1ecaccc5b
12 changed files with 604 additions and 5 deletions

View file

@ -168,7 +168,7 @@ function searchStatusField(element, minLength) {
this.setText = function(searchTermLength, numberOfResults) {
if (numberOfResults > 0) {
element.text = '';
element.text('');
} else if (searchTermLength == 0) {
element.text(emptyText);
} else if (searchTermLength < minLength) {