From b6ada4240f646e05729de27fdddde5d2716b1607 Mon Sep 17 00:00:00 2001 From: Tessier Date: Fri, 16 Oct 2020 11:21:48 +0200 Subject: [PATCH] log ajax --- web/themes/custom/popsu_colloque/js/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/themes/custom/popsu_colloque/js/script.js b/web/themes/custom/popsu_colloque/js/script.js index 303cb288..da0d5e65 100644 --- a/web/themes/custom/popsu_colloque/js/script.js +++ b/web/themes/custom/popsu_colloque/js/script.js @@ -68,6 +68,7 @@ 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';