fix: variable typo

Co-Authored-By: giuem <giuemcom@gmail.com>
fix/workaround/#26
Sukka 6 years ago committed by GitHub
parent 0182d61b2a
commit 54c6bccec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -665,7 +665,7 @@
// Google Analytics Measurement Protocol 也使用这个参数作为 URL
disqusjs.config.identifier = (disqusjs.config.identifier || d.location.origin + d.location.pathname + d.location.search);
disqusjs.config.url = (disqusjs.config.url || d.location.origin + d.location.pathname + d.location.search);
disqusjs.config.title = (disqusjs.config.url || d.title);
disqusjs.config.title = (disqusjs.config.title || d.title);
// 定义 disqusjs.page之后会填充 thread id、title 等数据
disqusjs.page = [];

Loading…
Cancel
Save