diff --git a/html/includes/editor.php b/html/includes/editor.php index 71cb9d60c..e66866d52 100644 --- a/html/includes/editor.php +++ b/html/includes/editor.php @@ -97,7 +97,7 @@ function startTimer() { clearInterval(clearTimer); clearTimer = null; document.getElementById("editor-messages").innerHTML = ''; - }, 2000); + }, 5000); } $.get("", function (data) {