| Current Path : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso-nuevo/assets/js/ |
| Current File : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso-nuevo/assets/js/safety-warning.js |
import $ from 'jquery';
$.fn.psSafetyWarning = function() {
return this.each(( index, elem ) => {
$( elem ).find( '.ps-js-close' ).on( 'click', ( e ) => {
$( e.target ).closest( '.ps-js-safety-warning' ).remove();
});
});
};
$(() => {
$( '.ps-js-safety-warning' ).psSafetyWarning();
});