From b7f01549c10e2451c0bfa631ca281938df910eaa Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Mon, 23 Dec 2019 09:49:15 +0800 Subject: [PATCH 1/2] update docs/index.html. --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index 687d057..d5dfd17 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,6 +101,7 @@ repo: 'justauth-talk', owner: 'zhangyd-c', admin: ['zhangyd-c'], + id: location.pathname, // facebook-like distraction free mode distractionFreeMode: false }) From f47dc074e75061df200af0b201165a9704057c82 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Mon, 23 Dec 2019 09:54:52 +0800 Subject: [PATCH 2/2] update docs/index.html. --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index d5dfd17..542a754 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,7 +101,7 @@ repo: 'justauth-talk', owner: 'zhangyd-c', admin: ['zhangyd-c'], - id: location.pathname, + id: location.hash, // facebook-like distraction free mode distractionFreeMode: false })