Sindbad~EG File Manager

Current Path : /home/copmadinaarea/public_html/wp-content__80fcb17/themes/AdoreChurch/assets/js/
Upload File :
Current File : /home/copmadinaarea/public_html/wp-content__80fcb17/themes/AdoreChurch/assets/js/imic-upload.js

 jQuery(function($){
      if(jQuery('#upload_image_preview').attr('src')==''){
       jQuery('#upload_image_preview').hide();
       jQuery('#upload_category_button_remove').hide();
    }
    jQuery('body').on('click','#upload_category_button_remove', function() {
        jQuery('#upload_image_preview').attr('src','');
        jQuery('#category_url').val('');
        jQuery('#upload_image_preview').hide();
    })
    jQuery('body').on('click','#upload_category_button', function() {
        var fileFrame = wp.media.frames.file_frame = wp.media({
            multiple: false
        });
        fileFrame.on('select', function() {
            var attachment = fileFrame.state().get('selection').first().toJSON();
	    jQuery('#category_url').val(attachment.url);
            jQuery('#upload_image_preview').show();
            jQuery('#upload_category_button_remove').show();
            jQuery('img#upload_image_preview').attr('src',attachment.url);
});
fileFrame.open(); 
});
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists