Commit 9d515035 authored by PkSM3's avatar PkSM3

comment line

parent 3675b078
...@@ -503,9 +503,9 @@ function getTopPapers(type){ ...@@ -503,9 +503,9 @@ function getTopPapers(type){
} }
} }
output += "</ul>" output += "</ul>"
$("#topPapers").html(output);
$("#tab-container-top").show(); $("#tab-container-top").show();
// $('#tab-container-top').easytabs({updateHash:false}); // $('#tab-container-top').easytabs({updateHash:false});
$("#topPapers").html(output);
}, },
error: function(){ error: function(){
pr('Page Not found: getTopPapers()'); pr('Page Not found: getTopPapers()');
......
...@@ -70,7 +70,6 @@ $("#network").html(files_selector) ...@@ -70,7 +70,6 @@ $("#network").html(files_selector)
var file = (Array.isArray(mainfile))?mainfile[0]:mainfile; var file = (Array.isArray(mainfile))?mainfile[0]:mainfile;
var RES = AjaxSync({ URL: file });
$.ajax({ $.ajax({
url: file, url: file,
......
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