We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608a06b commit 92d9964Copy full SHA for 92d9964
js/ditto.js
@@ -203,9 +203,9 @@ function router() {
203
function loadDisqus() {
204
// http://docs.disqus.com/help/2/
205
window.disqus_shortname = 'es6';
206
- window.disqus_identifier = (location.hash?location.hash.replace("#", ""):'index');
+ window.disqus_identifier = (location.hash?location.hash.replace("#", ""):'READEME');
207
window.disqus_title =$(ditto.content_id+" h1").text();
208
- window.disqus_url = 'http://es6.ruanyifeng.com/' + (location.hash?location.hash.replace("#", ""):'index');
+ window.disqus_url = 'http://es6.ruanyifeng.com/' + (location.hash?location.hash.replace("#", ""):'README');
209
210
// http://docs.disqus.com/developers/universal/
211
(function() {
0 commit comments