1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added MathJax 2.7.5

This commit is contained in:
nobody
2020-03-01 18:58:59 +01:00
parent da5d94243a
commit 9d646c5519
6 changed files with 31 additions and 1 deletions

View File

@ -225,6 +225,8 @@ helpers.determineResourceName = function (filename) {
return 'Bootstrap CSS';
case 'bootstrap.min.jsm':
return 'Bootstrap JS';
case 'MathJax.jsm':
return 'MathJax';
default:
return 'Unknown';
}