Fix syntax error: accolade en trop dans wifi.html

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
PaulVua
2026-03-17 18:37:54 +01:00
parent 8d74e3e678
commit 537abb682e

View File

@@ -596,7 +596,6 @@ function get_internet(){
document.getElementById('card-hotspot-info').style.display = 'none';
document.getElementById('card-wifi-scan').style.display = '';
}
}
});
</script>