mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 11:13:00 -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';
|