// eslint-disable-next-line no-undef UAGBInlineNotice = { init( attr, id ) { const main = document.querySelectorAll( id ); if ( main.length === 0 ) { return; } const uniqueId = attr.c_id; const isCookie = attr.cookies; const cookiesDays = attr.close_cookie_days; const currentCookie = Cookies.get( 'uagb-notice-' + uniqueId ); for ( const mainWrap of main ) { if ( 'undefined' === typeof currentCookie && true === isCookie ) { mainWrap.style.display = 'block'; } const noticeDismissClass = mainWrap.querySelector( '.uagb-notice-dismiss' ) || mainWrap.querySelector( 'svg' ); const closeBtn = noticeDismissClass ? noticeDismissClass : mainWrap.querySelector( 'button[type="button"] svg' ); if ( '' !== attr.noticeDismiss && '' !== attr.icon ) { closeBtn.addEventListener( 'click', function () { dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main ); } ); main[0].addEventListener( 'keydown', function ( e ) { if ( e.keyCode === 13 || e.keyCode === 32 ) { const focusedVisibleElement = document.querySelector( id + ' :focus-visible' ); dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main, focusedVisibleElement ); } } ); } } }, }; function dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main, focusedVisibleElement ) { if ( true === isCookie && 'undefined' === typeof currentCookie ) { Cookies.set( 'uagb-notice-' + uniqueId, true, { expires: cookiesDays } ); } main[0]?.classList?.add( 'uagb-notice__active' ); if ( focusedVisibleElement ) { const closeDismiss = focusedVisibleElement?.parentElement; closeDismiss.style.display = 'none'; } else { main[0].style.display = 'none'; } } Comentarios en SECSA https://secsa.us/wpsecsa SECSA Mon, 26 Sep 2022 18:44:14 +0000 hourly 1 https://wordpress.org/?v=6.9.4 Comentario en Hello world! por A WordPress Commenter https://secsa.us/wpsecsa/index.php/2022/09/26/hello-world-2/#comment-2 Thu, 04 Aug 2022 20:00:21 +0000 http://patrick#comment-2 Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.

]]>
Comentario en Hello world! por A WordPress Commenter https://secsa.us/wpsecsa/index.php/2021/11/30/hello-world/#comment-1 Tue, 30 Nov 2021 01:24:46 +0000 https://secsa.us/wpsecsa/?p=1#comment-1 Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.

]]>