Skip to content
Snippets Groups Projects
Unverified Commit ec7a1f66 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #749 from noesya/remove_alt_from_unsplash

Arrêt de l'utilisation des descriptions alternatives d'Unsplash, pas pertinentes pour l'a11y
parents 05ecb7dc 5a2a277a
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