lets just do this for now
This commit is contained in:
parent
6ad06560fe
commit
374c6b2d2a
|
@ -39,6 +39,7 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
function initialiseAchievements() {
|
function initialiseAchievements() {
|
||||||
api('users/achievements' + (currentUserID == userID ? '?all' : ''),
|
api('users/achievements' + (currentUserID == userID ? '?all' : ''),
|
||||||
{id: userID}, function (resp) {
|
{id: userID}, function (resp) {
|
||||||
|
@ -101,7 +102,7 @@ function initialiseAchievements() {
|
||||||
displayAchievements(8, true);
|
displayAchievements(8, true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
function initialiseFriends() {
|
function initialiseFriends() {
|
||||||
var b = $("#add-friend-button");
|
var b = $("#add-friend-button");
|
||||||
if (b.length == 0) return;
|
if (b.length == 0) return;
|
||||||
|
|
|
@ -39,6 +39,8 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
function initialiseAchievements() {
|
function initialiseAchievements() {
|
||||||
api('users/achievements' + (currentUserID == userID ? '?all' : ''),
|
api('users/achievements' + (currentUserID == userID ? '?all' : ''),
|
||||||
{id: userID}, function (resp) {
|
{id: userID}, function (resp) {
|
||||||
|
@ -101,7 +103,7 @@ function initialiseAchievements() {
|
||||||
displayAchievements(8, true);
|
displayAchievements(8, true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
function initialiseFriends() {
|
function initialiseFriends() {
|
||||||
var b = $("#add-friend-button");
|
var b = $("#add-friend-button");
|
||||||
if (b.length == 0) return;
|
if (b.length == 0) return;
|
||||||
|
|
|
@ -39,6 +39,7 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
function initialiseAchievements() {
|
function initialiseAchievements() {
|
||||||
api('users/achievements' + (currentUserID == userID ? '?all' : ''),
|
api('users/achievements' + (currentUserID == userID ? '?all' : ''),
|
||||||
{id: userID}, function (resp) {
|
{id: userID}, function (resp) {
|
||||||
|
@ -101,7 +102,7 @@ function initialiseAchievements() {
|
||||||
displayAchievements(8, true);
|
displayAchievements(8, true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
function initialiseFriends() {
|
function initialiseFriends() {
|
||||||
var b = $("#add-friend-button");
|
var b = $("#add-friend-button");
|
||||||
if (b.length == 0) return;
|
if (b.length == 0) return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user