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