mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-04-14 04:10:24 -05:00
Windows: reorganize localized documentation, each in a dedicated folder. Adapt installers and documentation URL logic.
Now we have 3 folders under html directory:en, ru, zh-cn. Similar separation exist in online version: https://veracrypt.fr/en https://veracrypt.fr/ru https://veracrypt.fr/zh-cn
This commit is contained in:
9
doc/html/zh-cn/donation.js
Normal file
9
doc/html/zh-cn/donation.js
Normal file
@@ -0,0 +1,9 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
document.getElementById('currency-form').addEventListener('submit', function(e) {
|
||||
e.preventDefault();
|
||||
const select = this.querySelector('select');
|
||||
if (select.value) {
|
||||
window.open(select.value, '_blank');
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user