Message boards :
Number crunching :
MISSING DETAILED STATS ON HOME PAGE!
Message board moderation
Author | Message |
---|---|
![]() ![]() ![]() ![]() Send message Joined: 29 Jul 11 Posts: 350 Credit: 1,279,249 RAC: 323 |
When I signed in to my Home Page a few minutes ago... All the details of hours & badges on right hand side of page are GONE! Anyone else seeing the same thing? ![]() ![]() |
![]() ![]() Send message Joined: 20 Jun 12 Posts: 149 Credit: 350,806 RAC: 107 |
Nope, everything looks OK here. ![]() |
![]() ![]() ![]() ![]() Send message Joined: 29 Jul 11 Posts: 350 Credit: 1,279,249 RAC: 323 |
$(document).ready(function(){ $("#chk_hide_apps").change(function() { if (this.checked) { console.log('hide'); $('.inact').hide(); } else { console.log('show'); $('.inact').show(); } }); }); |
©2025 Sébastien