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