HEX
Server: Apache
System: Linux ebs-107629 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User: shredder (65669)
PHP: 8.3.8
Disabled: link,symlink
Upload Files
File: /home/wwwroot/shredder/wwwroot/wp-content/plugins/filebird-pro/assets/js/active.js
jQuery( document ).ready(function() {
    jQuery('.fbv_BtnLoginEnvato').on('click', function(){
        var win = window.open(fbv_data.login_envato_url, "", "width=500,height=500"); 
        var timer = setInterval(function(res) { 
            if(win.closed) {
                clearInterval(timer);
                location.reload();
            }
        }, 100);
    })
})