diff options
Diffstat (limited to '_includes/extensions')
-rw-r--r-- | _includes/extensions/hashlocate.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/extensions/hashlocate.html b/_includes/extensions/hashlocate.html index fd4a3d6..0f3e29e 100644 --- a/_includes/extensions/hashlocate.html +++ b/_includes/extensions/hashlocate.html @@ -1,6 +1,7 @@ <script> function hashLocate(hashValue) { hashValue = hashValue.replace(/^.*#h-/, ''); + hashValue = decodeURIComponent(hashValue); var element = document.getElementById(hashValue); if (!element) { |