mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 20:37:04 +01:00
Folder renamed: libsodium.js
This commit is contained in:
parent
d15e90c90d
commit
0f6c5aa490
@ -615,7 +615,7 @@ var resources = {
|
||||
},
|
||||
// libsodium.js
|
||||
'libsodiumJS': {
|
||||
'path': 'resources/libsodium.js/{version}/sodium.min.jsm',
|
||||
'path': 'resources/libsodium-wrappers/{version}/sodium.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// lightGallery
|
||||
|
@ -315,7 +315,7 @@ targets.setLastVersion = function (type, version) {
|
||||
return '5.3.0';
|
||||
} else if (type.startsWith('/libphonenumber-js/1.')) {
|
||||
return '1.9.4';
|
||||
} else if (type.startsWith('/libsodium.js/0.')) {
|
||||
} else if (type.startsWith('/libsodium-wrappers/0.')) {
|
||||
return '0.5.4';
|
||||
} else if (type.startsWith('/lightgallery/1.')) {
|
||||
return '1.10.0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user