HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/cheope/core/assets/js/widgets.js
/**
 * Scripts and handlers for the page Appearance -> Widgets
 */ 

jQuery(document).ready(function($){

    // upload button
    $(document).on('click', '.upload-image', function(){
        var yit_this_object = $(this).prev();
        
        tb_show('', 'media-upload.php?post_id=0&type=image&TB_iframe=true');    
    
        window.send_to_editor = function(html) {
            imgurl = $('img', html).attr('src');
            yit_this_object.val(imgurl);
            
            tb_remove();
        }          
        
        return false;
    });
    
});