We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10555a commit 40becbfCopy full SHA for 40becbf
resources/js/script.js
@@ -2063,7 +2063,7 @@ function inizializeToolbar() {
2063
});
2064
}
2065
else {
2066
- console.error('Clipboard API is not supported in this browser', e);
+ console.error('Clipboard API is not supported in this browser');
2067
$('#btn-paste').remove();
2068
2069
@@ -2874,4 +2874,4 @@ function setAceMode() {
2874
function downloadOutput() {
2875
var outputText = $('#output-model').text() + "\n" + $('#output-error').text();
2876
createFileToDownload(outputText, 'local', 'LoIDE_output', 'txt');
2877
-}
+}
0 commit comments