This commit is contained in:
Mystikfluu 2022-10-04 21:40:22 +02:00
parent 7f3aabf945
commit 685f7de37c

View File

@ -68,7 +68,7 @@ let last_called_postMsg = Date.now()
previously called "postMessage"
*/
function postMsg() {
if(last_called_postMsg - Date.now() < 100) {
if((Date.now() - last_called_postMsg) < 100) {
createModal("slow down there")
debugger;
return;