Skip to content

Commit f1161ae

Browse files
CDNNGPixel
CDN
andauthored
fix: make comment module "Artalk" work with newer versions (#6901)
* feat: update comment module "Artalk" * fix: update code.yml --------- Co-authored-by: Nicolas Giard <[email protected]>
1 parent 3a7ce75 commit f1161ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/modules/comments/artalk/code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ head: |
66
body: |
77
<script>
88
window.onload = function() {
9-
new Artalk({
9+
Artalk.init({
1010
el: '#artalk-container',
1111
pageKey: '{{pageId}}',
1212
pageTitle: '',

0 commit comments

Comments
 (0)