Skip to content

Commit 40becbf

Browse files
authored
fix
1 parent e10555a commit 40becbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ function inizializeToolbar() {
20632063
});
20642064
}
20652065
else {
2066-
console.error('Clipboard API is not supported in this browser', e);
2066+
console.error('Clipboard API is not supported in this browser');
20672067
$('#btn-paste').remove();
20682068
}
20692069

@@ -2874,4 +2874,4 @@ function setAceMode() {
28742874
function downloadOutput() {
28752875
var outputText = $('#output-model').text() + "\n" + $('#output-error').text();
28762876
createFileToDownload(outputText, 'local', 'LoIDE_output', 'txt');
2877-
}
2877+
}

0 commit comments

Comments
 (0)