dsg
Copy This

Warning: file_get_contents(/home/u340524018/domains/agniaga.com/public_html/sub/u2/creator/profile-edit.js): Failed to open stream: No such file or directory in /home/u340524018/domains/agniaga.com/public_html/sub/u2/cp/inc.filehtml.php on line 319
// --------------- Delete Profile Page ---------------
// $(document).on('page:init', '.page[data-name="profile-edit-account-settings"]', function (e) {
// });

$(document).on('click', '.account-delete', function (e) {
    app.dialog.confirm('Are you sure? It is not possible to restore accounts once deleted.', 'Confirm', function (name) {
        app.dialog.passwordConfirm('Please enter your password.', 'Delete Account', async function (password) {
            await handleDeleteAccount(password);
        });
    });
});
Array
(
)
Add JS Function Name