diff options
-rw-r--r-- | content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.js b/content.js index 1df4deb..4ef1f33 100644 --- a/content.js +++ b/content.js @@ -32,4 +32,4 @@ function sprongulate() { sprongulate() // ...and once every time there is new page content. -document.addEventListener('pjax:end', sprongulate) +document.addEventListener('turbo:render', sprongulate) |