HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/datacloudnow.com/wp-content/plugins/ultimate-member/assets/js/um-gdpr.js
(function( $ ) {
	'use strict';

	$(document).on('click', "a.um-toggle-gdpr" ,function() {
		 
		var me = jQuery(this);

		$( ".um-gdpr-content" ).toggle( "fast", function() {
			if( $( ".um-gdpr-content" ).is(':visible') ){
				me.text( me.data('toggle-hide') );
		   	}

			if( $( ".um-gdpr-content" ).is(':hidden') ){
				me.text( me.data('toggle-show') );
		  	}
		    
		});

	});


})( jQuery );