Skip to content

Commit

Permalink
Add a link to user's steamcommunity.com profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 5, 2010
1 parent 2a92f7a commit 08e734f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Expand Up @@ -57,6 +57,7 @@

$('div.taglist').one("click", function() { clicked_taglist($(this)); });
$('div.searchbox').css('visibility', 'visible');
$('a#profileurl').attr('href', profile.profileurl);
resize_ui();
} // render

Expand Down Expand Up @@ -432,6 +433,8 @@
-
<a target='_blank' href='http://hg.icculus.org/icculus/steamtags'>source code</a>
-
<a target='_blank' id='profileurl' href='xxx'>profile</a>
-
<a href='auth.php?logout=1'>logout</a>
]
</div>
Expand Down

0 comments on commit 08e734f

Please sign in to comment.