Commit d6cbccbd authored by Administrator's avatar Administrator

Merge branch 'master' of github.com:PkSM3/garg

parents c85d0844 198d068c
......@@ -9,7 +9,7 @@ var getAdditionalInfo=true;//for topPapers div
var mainfile=false;
getUrlParam.file = $("#graphid").html();
getUrlParam.file = window.location.origin+"/"+$("#graphid").html();
var corpusesList = {}
var dataFolderTree = {};
......
......@@ -619,15 +619,13 @@ function fullExtract(){
function JSONFile( URL ) {
return $.ajax({
type: 'GET',
url: URL,
contentType: "application/json",
async: true,
beforeSend: function() {
console.log("adding an imageeeee")
$("#semLoader").css({
"top":"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