Skip to content

Commit a726ee4

Browse files
authored
π„π¦πšπ’π₯π’πžπ§ππžπ«-π–πžπ›-π€ππˆ-π…π«π¨π§π­πžπ§π-𝐔𝐬𝐒𝐧𝐠-π‰πšπ―πšπ¬πœπ«π’π©π­
1 parent 0b0e0db commit a726ee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

β€Žindex.jsβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ function send()
3030
"message":message
3131
};
3232
xhttp.send(JSON.stringify(json));
33+
setTimeout(function () { window.location.reload(); }, 500);
3334

3435

3536
}
3637

3738
// setTimeout(function () { window.location.reload(); }, 800);
3839

3940

40-
}
41+
}

0 commit comments

Comments
Β (0)