diff --git a/inc/tpl/account.inc b/inc/tpl/account.inc index c58d693c..781a21ac 100644 --- a/inc/tpl/account.inc +++ b/inc/tpl/account.inc @@ -399,7 +399,7 @@
  • + OnClick="delAccount(,,'');"/>
  • diff --git a/js/functions.js b/js/functions.js index 43a6f3d0..7362a6f9 100644 --- a/js/functions.js +++ b/js/functions.js @@ -520,7 +520,7 @@ function saveAccount(frm) { function delAccount(id, action, sk) { "use strict"; - var data = {accountid: id, savetyp: action, sk: sk}; + var data = {accountid: id, actionId: action, sk: sk}; var atext = '

    ' + LANG[3] + '

    '; var url = '/ajax/ajax_accountSave.php';