Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roky97 committed May 26, 2020
1 parent e10555a commit 40becbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/script.js
Expand Up @@ -2063,7 +2063,7 @@ function inizializeToolbar() {
});
}
else {
console.error('Clipboard API is not supported in this browser', e);
console.error('Clipboard API is not supported in this browser');
$('#btn-paste').remove();
}

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

0 comments on commit 40becbf

Please sign in to comment.