Tessier 3 years ago
parent
commit
196f8058a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/themes/custom/popsu_colloque/js/script.js

+ 1 - 1
web/themes/custom/popsu_colloque/js/script.js

@@ -68,10 +68,10 @@
         dataType:'text',
         async: true,
         success: function(data) {
-          console.log('data', data);
           if ($this.is('#ressource')) {
             var hero = 'article .__wrapper .__hero';
             var head = 'article .__wrapper .__head';
+            console.log('data', $(data).find(hero));
 
             $(data).find(hero +','+ head).appendTo('.side_notes > div a').hide().fadeIn(200);
             $("<div class='close'></div>").appendTo(".side_notes > div");