Skip to content

Commit

Permalink
[Optimize] 取消评论区懒加载
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-568 committed Mar 13, 2024
1 parent d7cbb8e commit 1584357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/giscus.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var SetupGiscus = function (giscus_lang) {
script.setAttribute("data-input-position", "top");
script.setAttribute("data-theme", "light_high_contrast");
script.setAttribute("data-lang", giscus_lang);
script.setAttribute("data-loading", "lazy");
// script.setAttribute("data-loading", "lazy");

script.crossOrigin = "anonymous";
script.async = true;
Expand Down

0 comments on commit 1584357

Please sign in to comment.