HEX
Server: Apache
System: Linux wp02.tdr-lab.com 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User: kusanagi (1001)
PHP: 7.4.23
Disabled: NONE
Upload Files
File: /home/kusanagi/ninibaikyaku-soleil.com/DocumentRoot/wp-content/themes/original/js/upload.js
(function($) {
	$(function() {
		$('#upload_image_button').click(function() {
			formfield =$('#upload_image').attr('name');
			tb_show('', 'media-upload.php?type=image&post_id=&TB_iframe=true');
			return false;
		});
		window.send_to_editor = function(html) {
			imgurl = $('img',html).attr('src');
			$('#upload_image').val(imgurl);
			tb_remove();
		}
	});
})(jQuery);