Skip to content

Commit

Permalink
Don't show the filter editor until we're ready to go.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 5, 2010
1 parent e4cfbd5 commit fe6b76f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -50,6 +50,7 @@
});

$('div.taglist').one("click", function() { clicked_taglist($(this)); });
$('div.searchbox').css('visibility', 'visible');
} // render

function process_steam_profile(xml)
Expand Down Expand Up @@ -382,7 +383,7 @@
<div id="global_header">
<img class='avatar' src='loading.gif'/>
<div class='nickname'>Loading your steam profile...</div>
<div class='searchbox'>
<div class='searchbox' style='visibility: hidden;'>
<input class='tagfilter' name='filter' type='text'
onFocus='focus_filter_textbox();'
onBlur='run_filter();'
Expand Down

0 comments on commit fe6b76f

Please sign in to comment.