NIHVIVO-2280: Fixed account deletion
This commit is contained in:
parent
2751ba798b
commit
17012d8f01
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
// Change form actions in account main page
|
||||
function changeAction(form, url) {
|
||||
// Change form actions in account main page
|
||||
function changeAction(form, url) {
|
||||
form.action = url;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
//Accounts per page
|
||||
//Hide is javascrip is enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue