Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/wp-content/themes/coursector/functions/
Upload File :
Current File : /home/escuelai/public_html/wp-content/themes/coursector/functions/upload_media_widget.js

jQuery(document).ready(function(){ 
	"use strict";

	jQuery(document).on("click", ".tg_upload_image_button", function() {
	    var send_attachment_bkp = wp.media.editor.send.attachment;
	    jQuery.data(document.body, 'prevElement', jQuery(this).prev());
	    
		wp.media.editor.send.attachment = function(props, attachment) {
		 	var imgurl = attachment.url;
	        var inputText = jQuery.data(document.body, 'prevElement');
	
	        if(inputText != undefined && inputText != '')
	        {
	            inputText.val(imgurl);
	        }
	
		    wp.media.editor.send.attachment = send_attachment_bkp;
		}
		
		wp.media.editor.open();
		return false;
	});
});

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