]> git.evergreen-ils.org Git - Evergreen.git/commit
Enable "Delete address" button to work in rel_1_6
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 12 Aug 2010 17:50:32 +0000 (17:50 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 12 Aug 2010 17:50:32 +0000 (17:50 +0000)
commit5ad787aef7408dbda8243acf3d108a43b37b684e
tree2f175ca73dc3d395cc8efa27e765efa33b9b6b59
parent19bab8e0f5241147d91fc92604024cf20cec4a84
Enable "Delete address" button to work in rel_1_6

In some ways the inverse of r17023, the else clause that enabled
the delete button to be enabled was never being reached because
the preceding clauses caught all cases.

Moving it outside of the foreach() loop entirely seems to resolve the problem.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@17191 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/ui/default/actor/user/register.js