Skip to content
Snippets Groups Projects
Commit 5a2a277a authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Alt values from unsplash are not helping a11y

parent 8b7aae9c
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,6 @@ path = admin_communication_unsplash_path(website_id: nil, format: :json)
inputImage.setAttribute('src', image.preview);
inputImageContainer.parentElement.classList.add('sdfi-deletable-file--with-file');
inputAlt.value = image.alt;
$(inputCredit).summernote('code', image.credit);
this.modal.hide();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment