From 873d1ad6c5ae4cbf36ba3bb6d2752a48bcb796cc Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 29 Jul 2014 16:10:05 -0400 Subject: [PATCH] remove an old bit of debug code in patron reg. Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/actor/user/register.js | 1 - 1 file changed, 1 deletion(-) 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 6100a9b2b9..fe5f0c9f59 100644 --- a/Open-ILS/web/js/ui/default/actor/user/register.js +++ b/Open-ILS/web/js/ui/default/actor/user/register.js @@ -2010,7 +2010,6 @@ function uEditFinishSave(newPatron, doClone) { if(xulG && typeof xulG.spawn_editor == 'function' && !patron.isnew() ) { window.xulG.spawn_editor({ses:openils.User.authtoken,clone:cloneUser}); - return; uEditRefresh(); } else { -- 2.11.0