!2 解决使用 mathJax 错误问题
Merge pull request !2 from 魏巍/fix-use-mathJax-error
This commit is contained in:
commit
c493b9651f
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({
|
$.pjax({
|
||||||
// needs full path for pjax to work with Firefox as per cross-domain-content setting
|
// needs full path for pjax to work with Firefox as per cross-domain-content setting
|
||||||
url: location.protocol + '//' + location.host + path,
|
url: location.protocol + '//' + location.host + path,
|
||||||
container: $pjaxContainer,
|
container: '#' + $pjaxContainer.attr('id'),
|
||||||
fragment: fragment,
|
fragment: fragment,
|
||||||
timeout: 0 // global timeout doesn't seem to work, use this instead
|
timeout: 0 // global timeout doesn't seem to work, use this instead
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue