NKUT footer displaying number of visitors and last update time

This commit is contained in:
Manson Wang 2013-11-19 15:28:47 +08:00
parent 6e39e4f240
commit 9350533d11
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ $(document).ready(function() {
}
}
})
$('.page_footer').append($('#last_update_date')[0]);
});
// Ad Banner FX code [end]