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

2 issues #1

Open
garyro opened this issue May 8, 2014 · 2 comments
Open

2 issues #1

garyro opened this issue May 8, 2014 · 2 comments

Comments

@garyro
Copy link

garyro commented May 8, 2014

Nice little project works well was easy to setup. I had two issues you should be aware of in the docs
$.fn.pusherChat({
'pusherKey':'YOUR PUSHER KEY', // required : open an account on http://pusher.com/ to get one
'authPath':'server/pusher_auth.php', // required : path to authentication scripts more info at http://pusher.com/docs/authenticating_users
'friendsList' : 'ajax/friends-list.json', // required : path to friends list json
'serverPath' : 'server/server.php' // required : path to server
)}
The closing paren and curly brace are reversed.

Also in js file you use jquery live which has been removed since v1.9 changing live to on works just fine

@html5-ninja
Copy link
Owner

Hi @garyro , I will update that on the next weeks , I was a little busy this year , if you can contribute make a pull request and I wil push that :) , thx again

@mlumbroso
Copy link

👍 for the two changes

And thanks a lot @html5-ninja for this very nice help :-)

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

No branches or pull requests

3 participants