Widget:Guides/PlatformSwitcher: Difference between revisions
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
function hide_everything() { | function hide_everything() { | ||
containers.forEach(x => x.style.display = "none"; | containers.forEach(x => x.style.display = "none"); | ||
} | } | ||
</script> | </script> | ||