Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(function() {
- $('#forum_rules').each(function(){
- $(this).parents('body#phpbb').find('.paneldice').addClass('showdice');
- });
- $('.paneldice:not(.showdice)').hide();
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement