Skip to content

Commit

Permalink
#4003 Increase timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Dec 22, 2024
1 parent 65b930e commit be6abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/includes/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function startTimer() {
clearInterval(clearTimer);
clearTimer = null;
document.getElementById("editor-messages").innerHTML = '';
}, 2000);
}, 5000);
}

$.get("<?php echo $fullN; ?>", function (data) {
Expand Down

0 comments on commit be6abd9

Please sign in to comment.