/home/vianto5/.trash/cititower.mx/wp-content/plugins/siteorigin-panels/inc/installer/js
Edit: /home/vianto5/.trash/cititower.mx/wp-content/plugins/siteorigin-panels/inc/installer/js/notices.js (307B)
jQuery( function( $ ) {
$( '#siteorigin-installer-notice .siteorigin-notice-dismiss' ).on( 'click', function( e ) {
e.preventDefault();
var $$ = $( this ).trigger( 'blur' );
$.get( $$.attr('href') );
$( '#siteorigin-installer-notice' ).slideUp( function(){
$( this ).remove();
} )
} );
} );