fix(view): fix pjax support for searchbox plugins

pull/1309/head
ppoffice 2024-07-13 20:33:29 -07:00
parent 859dc3c286
commit 3aa7b61b75
No known key found for this signature in database
GPG Key ID: D872802C1F2A16AA
1 changed files with 3 additions and 2 deletions

View File

@ -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',