Skip to content

Commit

Permalink
#4003 Changes to editor page
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Dec 22, 2024
1 parent 333ac05 commit 65b930e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion html/includes/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ function startTimer() {
var m = '<div class="alert alert-' + c + '">' + returnMsg + '</div>';
messages.innerHTML = m;
$(".panel-body").LoadingOverlay('hide');
startTimer();
if (c !== "danger") {
startTimer();
}
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
$(".panel-body").LoadingOverlay('hide');
Expand Down

0 comments on commit 65b930e

Please sign in to comment.