aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordarkgallium <darkgallium@deuxfleurs.fr>2021-08-18 12:44:44 +0200
committerdarkgallium <darkgallium@deuxfleurs.fr>2021-08-18 12:44:44 +0200
commit59c29e9c76952933c19f2ae9d9ae0bf7076d7e35 (patch)
tree9edebe95b65254f60a087a24219148b637f87e7b /templates
parenta187ae72cbd5960a0778679fba7535d67796f27e (diff)
downloadguichet-59c29e9c76952933c19f2ae9d9ae0bf7076d7e35.tar.gz
guichet-59c29e9c76952933c19f2ae9d9ae0bf7076d7e35.zip
show everyone in the directory page by defaultshow-everyone-by-default
Diffstat (limited to 'templates')
-rw-r--r--templates/directory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/directory.html b/templates/directory.html
index d995fb2..a1c058a 100644
--- a/templates/directory.html
+++ b/templates/directory.html
@@ -19,5 +19,10 @@
<div id="search-results"></div>
<script src="/static/javascript/search.js"></script>
+<script>
+window.addEventListener("load", function(event) {
+ searchDirectory();
+});
+</script>
{{end}}