MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/me/wp-content/plugins/youtube-embed-plus/scripts/ytprefs-admin.js
function widen_ytprefs_wiz() {
    setTimeout(function () {
        jQuery("#TB_window").animate({marginLeft: '-475px', width: '950px'}, 150, 'swing', function () {
            jQuery("#TB_window").get(0).style.setProperty('width', '950px', 'important');
        });

        jQuery("#TB_window iframe").animate({width: '950px'}, 150);
    }, 750);
}
jQuery(document).ready(function () {
    jQuery('body').on('click.tbyt', "#ytprefs_wiz_button", function () {
        widen_ytprefs_wiz();
    });
    jQuery(window).resize(widen_ytprefs_wiz);
});