fix(view): fix pjax support for searchbox plugins
parent
859dc3c286
commit
3aa7b61b75
|
@ -8,12 +8,13 @@
|
||||||
pjax = new Pjax({
|
pjax = new Pjax({
|
||||||
selectors: [
|
selectors: [
|
||||||
'[data-pjax]',
|
'[data-pjax]',
|
||||||
|
'.pjax-reload',
|
||||||
'head title',
|
'head title',
|
||||||
'.columns',
|
'.columns',
|
||||||
'.navbar-start',
|
'.navbar-start',
|
||||||
'.navbar-end',
|
'.navbar-end',
|
||||||
'.searchbox',
|
'.searchbox link',
|
||||||
'.pjax-reload',
|
'.searchbox script',
|
||||||
'#back-to-top',
|
'#back-to-top',
|
||||||
'#comments link',
|
'#comments link',
|
||||||
'#comments script',
|
'#comments script',
|
||||||
|
|
Loading…
Reference in New Issue