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

Added: highlight.js v9.18.3 (#144)

This commit is contained in:
nobody
2020-10-22 17:06:38 +02:00
parent 3b1acd011d
commit 6cfe88e9ca
75 changed files with 99 additions and 0 deletions

View File

@ -247,6 +247,8 @@ helpers.determineBundle = function (path = '') {
return 'jQuery Lazy';
} else if (path.includes('/waypoints/')) {
return 'Waypoints';
} else if (path.includes('/highlight.js/')) {
return 'highlight.js';
} else {
return '';
}
@ -408,6 +410,8 @@ helpers.setLastVersion = function (type, version) {
return '4.7.0';
} else if (type.includes('/fontawesome/5.')) {
return '5.15.1';
} else if (type.includes('/highlight.js/9.')) {
return '9.18.3';
} else if (type.includes('/history/')) {
return '4.10.1';
} else if (type.includes('/hls.js/')) {