Fixed onPreviewFinished not called at page startup
This commit is contained in:
parent
cb467ed9dd
commit
0c5c2bac35
@ -84,7 +84,7 @@ define([
|
||||
h.Queue(afterRefreshCallback);
|
||||
}
|
||||
function j() {
|
||||
!q && g && (q = !0, h.Cancel(), h.Queue(e))
|
||||
!q && /*benweet (we need to call our afterRefreshCallback) g &&*/ (q = !0, h.Cancel(), h.Queue(e))
|
||||
}
|
||||
var g = !1, q = !1, t = null, s = "$", k, i, o, l, n, m, h = MathJax.Hub;
|
||||
h.Queue(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user