Skip to content

Commit

Permalink
Update PrimeNumbers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kouhei-1 authored Nov 7, 2024
1 parent e951474 commit c4284e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion limited/PrimeNumbers.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ function generatePrimeNumbers() {
function openURI(){
generate();
var URItxt='data:text/csv;charset=utf-8,' + encodeURIComponent(csvContent);
open(URItxt,"_blank")
console.log(URItxt);
open(URItxt,"_blank");
}

0 comments on commit c4284e4

Please sign in to comment.