Message boards :
Number crunching :
MISSING DETAILED STATS ON HOME PAGE!
Message board moderation
| Author | Message |
|---|---|
Send message Joined: 29 Jul 11 Posts: 370 Credit: 1,357,671 RAC: 274 |
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: 163 Credit: 368,992 RAC: 72 |
Nope, everything looks OK here.
|
Send message Joined: 29 Jul 11 Posts: 370 Credit: 1,357,671 RAC: 274 |
$(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