mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 20:22:39 -03: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';
|