dsg
INSERT INTO `cp_filehtml` (`id`,`modul`,`app`,`path`,`type`,`cat`,`file_name`,`content`) VALUES ('359','profile','1','u2/creator','0','js','view-user-profile.js-','$(document).on(\\\'page:init\\\', \\\'.page[data-name=\\\"profile-view\\\"]\\\', async function (e) {\r\n userId = e.detail.route.params.id\r\n\r\n currentPostPage = 1\r\n currentFPostPage = 1\r\n isFetchingPosts = false\r\n refreshed = false\r\n\r\n store.dispatch(\\\'getUserPosts\\\', {\r\n user_id: userId,\r\n clear: true\r\n })\r\n\r\n store.dispatch(\\\'getUserTags\\\', {\r\n user_id: userId,\r\n clear: true\r\n })\r\n})');
Copy This

Warning: file_get_contents(/home/u340524018/domains/agniaga.com/public_html/sub/u2/creator/view-user-profile.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
$(document).on(\'page:init\', \'.page[data-name=\"profile-view\"]\', async function (e) {
    userId = e.detail.route.params.id

    currentPostPage = 1
    currentFPostPage = 1
    isFetchingPosts = false
    refreshed = false

    store.dispatch(\'getUserPosts\', {
        user_id: userId,
        clear: true
    })

    store.dispatch(\'getUserTags\', {
        user_id: userId,
        clear: true
    })
})
Array
(
)
Add JS Function Name