mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
3 lines
122 B
JavaScript
3 lines
122 B
JavaScript
// Hide the noscript div, because our javascript is executing
|
|
document.getElementById('noscript').style.display = 'none';
|