From d89da2d3eb6240041bebca8c39c31727b671ff99 Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Mon, 26 Jan 2026 08:50:22 +0100 Subject: [PATCH] mentione dl script to get jquery and bootstrap --- src/mod_invites.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mod_invites.erl b/src/mod_invites.erl index 5a80187c6..2a5de37be 100644 --- a/src/mod_invites.erl +++ b/src/mod_invites.erl @@ -131,7 +131,8 @@ mod_doc() -> " in a shared directory on your system. If you're using Debian or " " derivatives this is easiest accomplished by installing both " " `libjs-jquery` and `libjs-bootstrap4` which will put them under " - " `/usr/share/javascript/{jquery,bootstrap4}`"), + " `/usr/share/javascript/{jquery,bootstrap4}`. Alternatively you can use " + " `tools/dl_invites_page_deps.sh `."), ?T(" * in `ejabberd.yml` configure a listener for module `ejabberd_http` " " with a request handler for `/share: mod_http_fileserver`"), ?T(" * in the `modules` section configure `mod_http_fileserver` so that "