From 17012d8f011df206ee161766faebaf89927aca3f Mon Sep 17 00:00:00 2001 From: manolobevia Date: Thu, 30 Jun 2011 16:31:39 +0000 Subject: [PATCH] NIHVIVO-2280: Fixed account deletion --- webapp/web/js/account/accountUtils.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/web/js/account/accountUtils.js b/webapp/web/js/account/accountUtils.js index 906f332da..3535239d0 100644 --- a/webapp/web/js/account/accountUtils.js +++ b/webapp/web/js/account/accountUtils.js @@ -1,12 +1,12 @@ /* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +// Change form actions in account main page +function changeAction(form, url) { + form.action = url; + return true; +} $(document).ready(function(){ - - // Change form actions in account main page - function changeAction(form, url) { - form.action = url; - return true; - } //Accounts per page //Hide is javascrip is enable