Skip to content

Commit

Permalink
fix(comment): 163gentie config value (iblh#417)
Browse files Browse the repository at this point in the history
修复配置参数 gentie_thread_key_type 引用错误 (iblh#417)
  • Loading branch information
TakWolf authored and EYHN committed Jul 24, 2017
1 parent 915548b commit 3700268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_widget/comment/163gentie/main.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
var cloudTieConfig = {
url: document.location.href,
sourceId: "<% if(gentie_thread_key_type === "id") { %><% if(page.id) { %><%= page.id %><% } %><% } %>",
sourceId: "<% if(theme.comment.gentie_thread_key_type === "id") { %><% if(page.id) { %><%= page.id %><% } %><% } %>",
productKey: "<%= theme.comment.gentie_productKey %>",
target: "cloud-tie-wrapper"
};
Expand Down

0 comments on commit 3700268

Please sign in to comment.