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 a90e731 commit 3308c82Copy full SHA for 3308c82
index.js
@@ -66,6 +66,7 @@
66
}
67
68
run()
69
+ setTimeout(run, 500) // deduped, no harm in making sure the dom is ready
70
71
// listen to github page loaded event
72
document.addEventListener('pjax:end', () => run())
0 commit comments