mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-16 20:00:57 +01:00
MathJax: TeX-AMS_HTML.js -> TeX-AMS_HTML-full.js (#991)
This commit is contained in:
parent
bfef1ba810
commit
65a7597b84
@ -245,6 +245,9 @@ requestAnalyzer._getPathOfBundle = function (initiator, channelHost, channelPath
|
||||
if (filename.startsWith('/npm/mathjax@3')) {
|
||||
filename = filename.replace('/npm/mathjax@3/', '');
|
||||
}
|
||||
if (filename === 'config/TeX-AMS_HTML.js') {
|
||||
filename = 'config/TeX-AMS_HTML-full.js';
|
||||
}
|
||||
if (!MathJaxFiles[filename] && !MathJax3Files[filename]) {
|
||||
console.warn(`${LogString.PREFIX} ${LogString.MISSING_RESOURCE} ${channelHost + channelPath}`);
|
||||
log.append(initiator, channelHost + channelPath, '-', true);
|
||||
|
@ -41,6 +41,10 @@
|
||||
<li>Swiper v8.1.4 -> v8.1.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/989">#989</a>)</li>
|
||||
<li>react-router v5.3.1 -> v5.3.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/990">#990</a>)</li>
|
||||
</ul>
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
<li>MathJax: TeX-AMS_HTML.js -> TeX-AMS_HTML-full.js (<a href="https://codeberg.org/nobody/LocalCDN/issues/991">#991</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
Loading…
x
Reference in New Issue
Block a user