зеркало из https://github.com/mozilla/kitsune.git
Merge pull request #6204 from escattone/fix-1947-1199
add missing quotes in aaq image preview
This commit is contained in:
Коммит
6b20a6e340
|
@ -120,7 +120,7 @@ $(function () {
|
|||
ev.stopPropagation();
|
||||
let originalPosX, originalPosY;
|
||||
let imgUrl = $(this).attr('href');
|
||||
let html = `<img class="image-attachment" src=${imgUrl}/>`;
|
||||
let html = `<img class="image-attachment" src="${imgUrl}" />`;
|
||||
let kbox = new KBox(html, {
|
||||
modal: true,
|
||||
title: gettext('Image Attachment'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче