Message boards :
Number crunching :
MISSING DETAILED STATS ON HOME PAGE!
Message board moderation
Author | Message |
---|---|
Send message Joined: 29 Jul 11 Posts: 334 Credit: 1,239,441 RAC: 322 |
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: 141 Credit: 341,836 RAC: 64 |
|
Send message Joined: 29 Jul 11 Posts: 334 Credit: 1,239,441 RAC: 322 |
$(document).ready(function(){ $("#chk_hide_apps").change(function() { if (this.checked) { console.log('hide'); $('.inact').hide(); } else { console.log('show'); $('.inact').show(); } }); }); |
©2024 Sébastien