Skip to content

Commit

Permalink
Merge pull request #4105 from AllskyTeam/4003-changes-to-editor-page
Browse files Browse the repository at this point in the history
#4003 Increase timer
  • Loading branch information
Alex-developer authored Dec 22, 2024
2 parents 6457eeb + be6abd9 commit 1437aca
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 1437aca

Please sign in to comment.