You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: