diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 71467a71..cdf143bc 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -249,7 +249,7 @@ function popup(type, action, text) { isIOS ? `onClick="share('${text.arr[i]["url"]}')"` : `href="${text.arr[i]["url"]}" target="_blank"` }>` + `
${text.arr[i].type}
` + - `
` + + (text.arr[i].type === 'photo' ? '' : '
') + `` + `` }