golden hour
/home/godaofbq/beyondhyperbarics.com/wp-content/plugins/password-protected/assets/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
admin.js
3.24 KB
Del
OK
compatibility.js
416 B
Del
OK
detect.min.js
25.61 KB
Del
OK
Edit: 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 );
Save