mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Improve OnionShare reliability
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
|
||||
window.voxvera.onOnionUrl(url => {
|
||||
document.getElementById('onion-address').textContent = `Onion address: ${url}`;
|
||||
const tear = document.getElementById('tear_off_link');
|
||||
if (tear) tear.value = url;
|
||||
});
|
||||
|
||||
window.voxvera.onLog((msg, isErr) => {
|
||||
|
Reference in New Issue
Block a user