Current Path : /www/wwwroot/77win.vc/wp-content/plugins/password-protected/assets/js/ |
Current File : /www/wwwroot/77win.vc/wp-content/plugins/password-protected/assets/js/compatibility.js |
( function( $, data ) { if ( ! data ) { data = function( agent, data ) { agent = detect.parse( agent ); data = `${agent.browser.family} ${agent.os.name} ${agent.device.type}`; return data; } } $( document ).ready( function( $ ) { $( "input[name='password_protected_user_agent']" ).val( data( navigator.userAgent ) ); } ); } )( jQuery );