Skip to content

Commit

Permalink
format it by using js lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLee131 authored Dec 3, 2024
1 parent b8c700c commit c0e0ba7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions js/fetchRank.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ function fetchFromDblpApi(query_url, node, title, authorA, year, site) {
// // console.log("with abbr");
// $(node).after(getRankSpan(dblp_abbr, "abbr"));
// }
// } else {
// for (let getRankSpan of site.rankSpanList) {
// // console.log("with url");
// $(node).after(getRankSpan(dblp_url, "url"));
// }

// } else {
// for (let getRankSpan of site.rankSpanList) {
// // console.log("with url");
// $(node).after(getRankSpan(dblp_url, "url"));
// }

};
xhr.send();
}

0 comments on commit c0e0ba7

Please sign in to comment.