Closed fedys closed 8 years ago
socialprofiles.js sends wrong data to http://yawik.local/en/applications/null?action=social-profile&network={network} for subsequent clicks on "view profile data" links (without reloading the page).
Possible solutions: replace bootstrap's $modal remote option (deprecated since v3.3.0) with regular jQuery $.post() method
Can I fix it?
Yes, please do so
Fixed in issue-199 branch
socialprofiles.js sends wrong data to http://yawik.local/en/applications/null?action=social-profile&network={network} for subsequent clicks on "view profile data" links (without reloading the page).
Possible solutions: replace bootstrap's $modal remote option (deprecated since v3.3.0) with regular jQuery $.post() method