Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Oct 10, 2024
1 parent 14f60cc commit c931fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braille_ru/Text_v_braille/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function guardarTxt() {
}

let documento = document.createElement('a');
let creditos = "\n\nБлагодарим вас за использование BrailleTermWeb, бесплатного приложения с открытым исходным кодом.";
let creditos = "\n\nБлагодарим вас за использование BrailleTermWeb, бесплатного приложения с открытым исходным кодом https://barionleg.github.io/ABC_ub_particles/index.html Aibloem .b.i. ";
textToSave += creditos;

documento.href = 'data:attachment/text,' + encodeURI(textToSave);
Expand Down

0 comments on commit c931fe8

Please sign in to comment.