Skip to content

2 issues #1

Description

@garyro

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions