first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Block Alert
|
||||
*/
|
||||
( function( $ ) {
|
||||
|
||||
$( document ).ready( function() {
|
||||
|
||||
$( document ).on( 'click', '.cnvs-block-alert .cnvs-close', function() {
|
||||
$( this ).closest( '.cnvs-block-alert' ).remove();
|
||||
} );
|
||||
|
||||
} );
|
||||
} )( jQuery );
|
||||
Reference in New Issue
Block a user