mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-16 05:12:16 -04:00
2 lines
122 B
JavaScript
2 lines
122 B
JavaScript
// Hide the noscript div, because our javascript is executing
|
|
document.getElementById('noscript').style.display = 'none';
|