armansansd 3 年之前
父节点
当前提交
f130d6465e
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 0 0
      web/themes/custom/popsu/assets/js/main.js
  2. 3 0
      web/themes/custom/popsu/lib/script.js

文件差异内容过多而无法显示
+ 0 - 0
web/themes/custom/popsu/assets/js/main.js


+ 3 - 0
web/themes/custom/popsu/lib/script.js

@@ -302,6 +302,9 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
 		$(this).toggleClass("rotate");
 		$(this).toggleClass("rotate");
 
 
 	});
 	});
+	//oucvrir le premier 
+	$(".field_titre")[0].click();
+
 	$(".field_equipes").parent().find("h2").on("click",  function(){
 	$(".field_equipes").parent().find("h2").on("click",  function(){
 		$(this).toggleClass("rotate");
 		$(this).toggleClass("rotate");
 		if($(".field_equipes").is(":visible")){
 		if($(".field_equipes").is(":visible")){

部分文件因为文件数量过多而无法显示