Created
October 3, 2013 16:53
-
-
Save boertel/6813093 to your computer and use it in GitHub Desktop.
Custom notification
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.ptReady = window.ptReady || []; | |
window.ptReady.push(function () { | |
PT.event.bind("loyalty.earned", function (message) { | |
// message.activities : array of activities | |
// message.points : sum of points for each activities | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment