activated toc villes & theme on transitions projects page
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -320,11 +320,12 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
|
||||
|
||||
|
||||
//page projet
|
||||
$("#programme_toc-block_10 h3").on('click', function(){
|
||||
$("#programme_toc-block_10 h3, #programme_toc-block_18 h3").on('click', function(){
|
||||
// pour territoire
|
||||
$(this).nextUntil("h3").fadeToggle();
|
||||
|
||||
});
|
||||
|
||||
//page programme
|
||||
// pour territoire (h3 are regions)
|
||||
$("#programme_toc-block_4 h3").on('click', function(){
|
||||
|
Reference in New Issue
Block a user