Skip to content

Instantly share code, notes, and snippets.

@willkessler
Created September 4, 2013 22:31
Show Gist options
  • Save willkessler/6443691 to your computer and use it in GitHub Desktop.
Save willkessler/6443691 to your computer and use it in GitHub Desktop.
Template.leaderboard.events({ 'click input.inc': function () { Players.update(Session.get("selected_player"), {$inc: {score: 5}}); console.log(Session.get("sort_order")); }, 'click input.sort_order': function () { Session.set("sort_order", "score"); console.log('hi'); } });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment