Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.119.132.80
includeJsFilesMannually("js/system_utility.js");
function includeJsFilesMannually(js_path)
{
if(js_path!="")
{
$loaded_js_files_arr.push(js_path);
$(document.createElement('script')).attr('src',js_path).attr('type', 'text/javascript').appendTo('head');
}
}
function includeCustomJs($js_path)
{
$js_path_arr= $js_path.split(',');
for($js=0;$js<$js_path_arr.length;$js++)
{
var js_path_details=$js_path_arr[$js];
if(!in_array(js_path_details,$loaded_js_files_arr))
{
includeJsFilesMannually(js_path_details);
}
}
}
$load_frame_work_supported_file=0;
function IncludeFrameWorkSupportFiles()
{
}
|