Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 12, 2024
2 parents 3e6b35a + 1fb6a17 commit f35e40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const runSalam = (showOutput) => {
if (!code) {
elm_error.innerHTML = '';
elm_output.innerHTML = '';

if (showOutput === true) {
Swal.fire({
icon: "error",
Expand Down Expand Up @@ -466,7 +466,7 @@ elm_overlay.addEventListener("click", () => {
});

elm_refactor.addEventListener("click", () => {
runSalam();
runSalam(true);

if (elm_error.innerHTML === "") {
runLint();
Expand Down

0 comments on commit f35e40e

Please sign in to comment.