Commit 198d068c authored by PkSM3's avatar PkSM3

[UPDATE] mainfile url change

parent 81e427a6
...@@ -9,7 +9,7 @@ var getAdditionalInfo=true;//for topPapers div ...@@ -9,7 +9,7 @@ var getAdditionalInfo=true;//for topPapers div
var mainfile=false; var mainfile=false;
getUrlParam.file = $("#graphid").html(); getUrlParam.file = window.location.origin+"/"+$("#graphid").html();
var corpusesList = {} var corpusesList = {}
var dataFolderTree = {}; var dataFolderTree = {};
......
...@@ -619,15 +619,13 @@ function fullExtract(){ ...@@ -619,15 +619,13 @@ function fullExtract(){
function JSONFile( URL ) { function JSONFile( URL ) {
return $.ajax({ return $.ajax({
type: 'GET', type: 'GET',
url: URL, url: URL,
contentType: "application/json", contentType: "application/json",
async: true, async: true,
beforeSend: function() { beforeSend: function() {
console.log("adding an imageeeee")
$("#semLoader").css({ $("#semLoader").css({
"top":"40%", "top":"40%",
"left":"40%", "left":"40%",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment