change var to let to match ES6 standart

This commit is contained in:
b1ek 2023-05-05 14:37:00 +10:00
parent 33cea94f6d
commit 60ad80616b
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta charset="utf-8" />
<link rel="stylesheet" href="standalone_page.css" />
<script>
var data = {
let data = {
ip: '127.0.0.1'
}
</script>