Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('jnews_header_top_ads',function (){
- ?>
- <script>
- (function($){
- console.log(document.body.classList.contains('page-id-109'))
- if (
- document.body.classList.contains('postid-51') ||
- document.body.classList.contains('page-id-109') ||
- false
- ) {
- document.body.classList.remove('jeg_sidecontent')
- document.getElementById('jeg_sidecontent').style.display='none'
- }
- })(jQuery)
- </script>
- <?php
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement