From: erickson Date: Wed, 9 Dec 2009 14:01:25 +0000 (+0000) Subject: don't look for duplicates on empty values X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e86a65b467b31b6dfc10f18342240f81b133bcc4;p=evergreen%2Fpines.git don't look for duplicates on empty values git-svn-id: svn://svn.open-ils.org/ILS/trunk@15115 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/ui/default/actor/user/register.js b/Open-ILS/web/js/ui/default/actor/user/register.js index 38a2e098cb..2fdd320e26 100644 --- a/Open-ILS/web/js/ui/default/actor/user/register.js +++ b/Open-ILS/web/js/ui/default/actor/user/register.js @@ -616,6 +616,7 @@ function attachWidgetEvents(fmcls, fmfield, widget) { } function uEditDupeSearch(type, value) { + if(!value) return; var search; switch(type) {