dsg
INSERT INTO `cp_filehtml` (`id`,`modul`,`app`,`path`,`type`,`cat`,`file_name`,`content`) VALUES ('481','profile','1','u2/creator','0','js','profile-edit.js--','// --------------- Delete Profile Page ---------------\r\n// $(document).on(\\\\\\\'page:init\\\\\\\', \\\\\\\'.page[data-name=\\\\\\\"profile-edit-account-settings\\\\\\\"]\\\\\\\', function (e) {\r\n// });\r\n\r\n$(document).on(\\\\\\\'click\\\\\\\', \\\\\\\'.account-delete\\\\\\\', function (e) {\r\n app.dialog.confirm(\\\\\\\'Are you sure? It is not possible to restore accounts once deleted.\\\\\\\', \\\\\\\'Confirm\\\\\\\', function (name) {\r\n app.dialog.passwordConfirm(\\\\\\\'Please enter your password.\\\\\\\', \\\\\\\'Delete Account\\\\\\\', async function (password) {\r\n await handleDeleteAccount(password);\r\n });\r\n });\r\n});');
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