fix(use-mathJax-error): update juqery and jquery.pjax
This commit is contained in:
parent
c1de6b0f78
commit
098401acd4
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -76,7 +76,7 @@ class PjaxAdapter extends Adapter {
|
|||
$.pjax({
|
||||
// needs full path for pjax to work with Firefox as per cross-domain-content setting
|
||||
url: location.protocol + '//' + location.host + path,
|
||||
container: $pjaxContainer,
|
||||
container: '#' + $pjaxContainer.attr('id'),
|
||||
fragment: fragment,
|
||||
timeout: 0 // global timeout doesn't seem to work, use this instead
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue