[open-ils-commits] r15115 - trunk/Open-ILS/web/js/ui/default/actor/user (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 9 09:01:26 EST 2009
Author: erickson
Date: 2009-12-09 09:01:25 -0500 (Wed, 09 Dec 2009)
New Revision: 15115
Modified:
trunk/Open-ILS/web/js/ui/default/actor/user/register.js
Log:
don't look for duplicates on empty values
Modified: trunk/Open-ILS/web/js/ui/default/actor/user/register.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/actor/user/register.js 2009-12-09 13:36:50 UTC (rev 15114)
+++ trunk/Open-ILS/web/js/ui/default/actor/user/register.js 2009-12-09 14:01:25 UTC (rev 15115)
@@ -616,6 +616,7 @@
}
function uEditDupeSearch(type, value) {
+ if(!value) return;
var search;
switch(type) {
More information about the open-ils-commits
mailing list