INSERT INTO `cp_filehtml` (`id`,`modul`,`app`,`path`,`type`,`cat`,`file_name`,`content`) VALUES ('324','profile','1','u2/creator','0','js','view-user-profile.js-','$(document).on(\\\'click\\\', \\\'.user-follow-btn\\\', async function () {\r\n const followButton = $(this)\r\n const isFollowing = followButton.text() === \\\'Following\\\'\r\n\r\n // change the button text\r\n followButton.text(isFollowing ? \\\'Follow\\\' : \\\'Following\\\')\r\n const response = await maybeFollowUser(followButton.attr(\\\'data-user-id\\\'))\r\n\r\n if (response && response.success) {\r\n store.dispatch(\\\'updateUserDetails\\\', {\r\n external: true\r\n })\r\n }\r\n})');
Add JS Function Name
profile
pages/profile-edit-images.html
pages/profile-edit-images.html
- $(document).on('click', '#save-profile-images'
- $(document).on('page:init', '.page[data-name="profile-edit-images"]'
- $(document).on('click', '.user-follow-btn'
- $(document).on('infinite', '.profile-landing-page.infinite-scroll-content.view-page'
- $(document).on('page:beforein', '.page[data-name="profile-view"]'
- $(document).on('page:init', '.page[data-name="profile-view"]'
- $(document).on('ptr:refresh', '.profile-landing-page.view-page.ptr-content'
- async function renderProfileData(cachedData, userId)
- function populateUsersPosts(data)
- store.getters.getUserPathUpdated.onUpdated