dsg
Copy This

Warning: file_get_contents(/home/u340524018/domains/agniaga.com/public_html/sub/u2/creator/post-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
$(document).on('page:beforein', '.page[data-name="post-edit"]', async function (e) {
    var posts = store.getters.myPosts.value
    var postId = e.detail.route.params.id
    if (!postId || postId == -1) {
        return;
    }
    console.log(posts);
    const post = posts.data.find(p => p.id == postId)
    $('#edit_post_id').val(postId);
    $('#post_content').val(post.caption);
});
Array
(
)
Add JS Function Name