Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/theme.js')
-rw-r--r--src/js/theme.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/theme.js b/src/js/theme.js
index 3598f9a2..579dc502 100644
--- a/src/js/theme.js
+++ b/src/js/theme.js
@@ -678,6 +678,7 @@ class Theme {
});
this.switchThemeEventSet.add(this._giscusOnSwitchTheme);
}
+ if (this.config.comment.waline) Waline.init(this.config.comment.waline);
}
}