Skip to content

Commit

Permalink
fix(comment): try ls-javascript to avoid issues
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz authored and EYHN committed Jul 24, 2017
1 parent 696e8e4 commit 67092e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_widget/comment/163gentie/main.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script>
<script type="text/ls-javascript" id="163gentie-comment-config">
var cloudTieConfig = {
url: document.location.href,
sourceId: "<% if(theme.comment.gentie_thread_key_type === "id") { %><% if(page.id) { %><%= page.id %><% } %><% } %>",
productKey: "<%= theme.comment.gentie_productKey %>",
target: "cloud-tie-wrapper"
};
</script>
</script>

0 comments on commit 67092e7

Please sign in to comment.