Changeset - 9c252005e5fd
[Not reviewed]
default
0 1 0
Andrew Shadura - 11 years ago 2015-03-21 16:55:52
andrew@shadura.me
stats: use the correct element id for "show more" link handler
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/summary/summary.html
Show inline comments
 
@@ -388,9 +388,9 @@ $(document).ready(function(){
 
    }
 

	
 
    $('#lang_stats').append(tbl);
 
    $('#code_status_show_more').click(function(){
 
    $('#code_stats_show_more').click(function(){
 
        $('.stats_hidden').show();
 
        $('#code_status_show_more').hide();
 
        $('#code_stats_show_more').hide();
 
    });
 
});
 
</script>
0 comments (0 inline, 0 general)