/* skrypty JS do serwisu Reporterzy.info */ //gtag('config', 'G-DZYF8XR8YJ', {'allow_google_signals': true}); //GA4 bez znaczników w URL //gtag('config', 'G-DZYF8XR8YJ', {'storage': 'none', 'allow_google_signals': false}); //GA4 bez znaczników w URL //gtag('config', 'UA-611092-1'); //GA3 //gtag('config', 'AW-813423413'); // Google Ads /* Autor: Bartlomiej Dwornik*/ function hamburger (action){ if (action=='on'){ document.getElementById('menuResponsive').style.display = 'block'; document.getElementById('menuHamburger').setAttribute( "onClick", "hamburger('off'); this.src='/gfx/hamburger.webp'"); } else { document.getElementById('menuResponsive').style.display='none'; document.getElementById('menuHamburger').setAttribute( "onClick", "hamburger('on'); this.src='/gfx/mobclose.webp'" ); } } function hamSearch (action){ if (action=='on'){ document.getElementById('searchForm').style.display='block'; document.getElementById('menuHamSearch').setAttribute( "onClick", "hamSearch('off')" ); } else { document.getElementById('searchForm').style.display='none'; document.getElementById('menuHamSearch').setAttribute( "onClick", "hamSearch('on')" ); } } /* nobounce */ setTimeout("gtag('event', 'nobounce')",15000);