We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b17208d + d6dd4e4 commit 4c1cd6cCopy full SHA for 4c1cd6c
app.js
@@ -42,9 +42,11 @@ function hashChange(options){
42
links[0].className = links[0].className.replace(/active/, '');
43
links[1] && (links[1].className = links[1].className.replace(/active/, ''));
44
}
45
+ document.querySelector('[data-page=talk-single]').innerHTML = '';
46
} catch(e){}
47
if(options.jump !== false) document.body.scrollTop = 0;
48
document.body.className = hash;
49
+
50
});
51
const talkId = hash.match(/^talk-(\d+)$/);
52
if(talkId && talkId[1] && talks){
0 commit comments