📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 01:13:12
📂
/ (Root)
/
home
/
apkbfjox
/
apkseal.com
/
wp-content
/
themes
/
appyn-1
/
admin
/
assets
/
js
📍 /home/apkbfjox/apkseal.com/wp-content/themes/appyn-1/admin/assets/js
🔄 Refresh
✏️
Editing: upload.js
Writable
jpp2 = jQuery.noConflict(); jpp2(function($) { $('.upload_image_button').on( 'click', function() { formfield = $(this).prev('input'); tb_show('', 'media-upload.php?type=file&TB_iframe=true'); var oldFunc = window.send_to_editor; window.send_to_editor = function(html) { if($(html).attr('src')) { imgurl = $(html).attr('src'); } else if ($(html).attr('href')) { imgurl = $(html).attr('href'); } formfield.val(imgurl); tb_remove(); window.send_to_editor = oldFunc; }; return false; }); });
💾 Save Changes
❌ Cancel