0xV3NOMx
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 : 3.129.195.82


Current Path : /proc/thread-self/root/var/www/oasis/js_old/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/js_old/load_js_files.js

includeJsFilesMannually("js/system_utility.js");
$.ajaxSetup({
  cache: true
});
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() {}