[SPIP] v3.2.7-->v3.2.9
[lhc/web/www.git] / www / plugins-dist / medias / javascript / gestion_listes_documents.js.html
index dcbea67..1a34f5e 100644 (file)
@@ -15,7 +15,7 @@
 
 /* Choix du mode affichage des documents (grand, en case, en liste courte) */
 function choix_affichages_documents() {
-       $('.portfolios h3:not(:has(.affichages))').each(function () {
+       $('.portfolios__titre:not(:has(.affichages))').each(function () {
                var titre = $(this);
                var liste = titre.next('.liste_items.documents');
                var identifiant = liste.data('cookie-affichage');