Skip to content

Commit

Permalink
Restore extension on AJAX loads
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 9, 2023
1 parent fe70ce1 commit c4f4966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/github-issue-link-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async function apply() {

function onAjaxedPages(cb) {
cb();
document.addEventListener('pjax:end', cb);
document.addEventListener('turbo:render', cb);
}

function onNewComments(cb) {
Expand Down

0 comments on commit c4f4966

Please sign in to comment.