small fixes

This commit is contained in:
teldra 2022-06-26 15:45:47 +02:00
parent ae39dc0220
commit b768f3ec60
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function button(str) {
let url = prompt("Please enter Link to an image", "https://de.wikipedia.org/static/images/project-logos/dewiki.png");
if (url != null) {
var n = prompt("Name", "Wikipedia Logo");
var desc = prompt("Describe the Picture for the Blind", "A Globe composed of letters and puzzle pieces"); if (desc != null && n != null) {var out = "\n\n![" + n + "](" + x + " \"" + desc + "\"" + ")\n\n";}
var desc = prompt("Describe the Picture for the Blind", "A Globe composed of letters and puzzle pieces"); if (desc != null && n != null) {var out = "\n\n![" + n + "](" + url + " \"" + desc + "\"" + ")\n\n";}
}
}
if (x == "headline") {