Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Update web/criticalmass/client/ui.js #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion web/criticalmass/client/ui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/**
createLeaderboard()
function leaderboardInit() {
FB.api('/' + appId + '/scores', function(response) {
createLeaderboard(response.data)
});
}
/**
* Copyright 2012 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
Expand Down