console
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -178,6 +178,7 @@ jQuery(function ($) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Scroll automatique au filtre
|
// Scroll automatique au filtre
|
||||||
|
if (document.body.classList.contains("path-projets")) {
|
||||||
const form = document.querySelector(".views-exposed-form");
|
const form = document.querySelector(".views-exposed-form");
|
||||||
if (form) form.setAttribute("action", form.action.split("#")[0] + "#filtres");
|
if (form) form.setAttribute("action", form.action.split("#")[0] + "#filtres");
|
||||||
|
|
||||||
@@ -199,4 +200,5 @@ jQuery(function ($) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user