Delete the loading data for preloaded files when they call loadComplete()
This commit is contained in:
parent
23472e3f87
commit
6cfecb6700
File diff suppressed because one or more lines are too long
|
@ -856,6 +856,7 @@ MathJax.fileversion = "2.0";
|
||||||
this.loaded[file] = loading.status; delete this.loading[file];
|
this.loaded[file] = loading.status; delete this.loading[file];
|
||||||
this.addHook(file,loading.callback);
|
this.addHook(file,loading.callback);
|
||||||
} else {
|
} else {
|
||||||
|
if (loading) {delete this.loading[file]}
|
||||||
this.loaded[file] = this.STATUS.OK;
|
this.loaded[file] = this.STATUS.OK;
|
||||||
loading = {status: this.STATUS.OK}
|
loading = {status: this.STATUS.OK}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user