privacy page

This commit is contained in:
Baris Usakli
2013-07-25 14:30:12 -04:00
parent 4260930523
commit 472f40479e
13 changed files with 109 additions and 39 deletions

View File

@@ -11,14 +11,11 @@
var postcount = $('#postcount');
postcount.html(app.addCommas(postcount.html()));
var editLink = $('#editLink');
var followBtn = $('#follow-btn');
if(yourid === "0") {
editLink.hide();
followBtn.hide();
}
else if(yourid !== theirid) {
editLink.hide();
if(isFollowing)
followBtn.hide();
else