|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /home/idn98.co/public_html/wp-content/plugins/wp-file-manager/js/ |
Upload File : |
var $ = jQuery;
function fm_get_network_url(){
var urlhash = window.location.hash;
var href = '';
if(urlhash){
var arr = urlhash.split('_');
var lastItem = arr.pop();
var txt = decodeURIComponent(escape(window.atob(lastItem)));
if(fmfparams.is_multisite == '1')
{
if(txt == '/')
{
href = fmfparams.network_url;
}
}
}
return href;
}