Skip to content

Commit

Permalink
default on
Browse files Browse the repository at this point in the history
  • Loading branch information
nozbey committed Oct 17, 2023
1 parent 3fa6bb5 commit fee84c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/001.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ async function tT() {
} catch (error) {
console.error("Error:", error);
rsp.innerText = "Error: " + error.message;
document.getElementById("tTri").checked = false;
document.getElementById("tTri").checked = true;
}
};
async function tR() {
Expand Down

0 comments on commit fee84c5

Please sign in to comment.