Sindbad~EG File Manager

Current Path : /var/www/html/portal.sumar.com.py/wp-content/plugins/ultimate-member1/assets/js/
Upload File :
Current File : /var/www/html/portal.sumar.com.py/wp-content/plugins/ultimate-member1/assets/js/um-gdpr.js

(function ( $ ) {
	'use strict';

	$( document ).on( 'click', 'a.um-toggle-gdpr', function ( e ) {
		let $a = jQuery( e.currentTarget );
		let $area = $a.closest( '.um-field-area' );
		let $content = $area.find( '.um-gdpr-content' );

		if ( $content.is( ':visible' ) ) {
			$area.find( 'a.um-toggle-gdpr' ).text( $a.data( 'toggle-show' ) );
			$content.hide().find( 'a.um-toggle-gdpr' ).remove();
			if ( $a.length ) {
				$a.get( 0 ).scrollIntoView();
			}
		} else {
			$area.find( 'a.um-toggle-gdpr' ).text( $a.data( 'toggle-hide' ) );
			$content.show().prepend( $a.clone() );
		}

	} );

})( jQuery );

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists