Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Facebook you must reload the page for the changes to take effect #34

Open
jahjaylee opened this issue Nov 23, 2013 · 1 comment
Open

Comments

@jahjaylee
Copy link

I forked to change some of my friends names to nicknames but it requires the page to be refreshed for the changes to take effect. Possible issue due to Ajax?

@lux-kun
Copy link

lux-kun commented Nov 27, 2014

I fixed this issue by adding the following function to my forked version:

function refresh() { refresh = setInterval(function(){walk(document.body);},3000); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants