Skip to content

Commit

Permalink
fix(view): fix pjax support for searchbox plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Jul 14, 2024
1 parent 859dc3c commit 3aa7b61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/js/pjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
pjax = new Pjax({
selectors: [
'[data-pjax]',
'.pjax-reload',
'head title',
'.columns',
'.navbar-start',
'.navbar-end',
'.searchbox',
'.pjax-reload',
'.searchbox link',
'.searchbox script',
'#back-to-top',
'#comments link',
'#comments script',

Check failure on line 20 in source/js/pjax.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected trailing comma
Expand Down

0 comments on commit 3aa7b61

Please sign in to comment.