fix(view): fix pjax support for searchbox plugins
parent
859dc3c286
commit
3aa7b61b75
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue