From 84feefb01344701db7c87efa221fb783298e6001 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 8 Aug 2024 14:30:03 +0200 Subject: [PATCH] add tarteaucitron submodule --- .gitmodules | 3 +++ teleforma/static/teleforma/tarteaucitron | 1 + 2 files changed, 4 insertions(+) create mode 160000 teleforma/static/teleforma/tarteaucitron diff --git a/.gitmodules b/.gitmodules index 8bf74f76..03e7d557 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "lib/pdfannotator"] path = lib/pdfannotator url = https://git.pilotsystems.net/probarreau/pdfannotator.git +[submodule "teleforma/static/teleforma/tarteaucitron"] + path = teleforma/static/teleforma/tarteaucitron + url = https://github.com/AmauriC/tarteaucitron.js.git diff --git a/teleforma/static/teleforma/tarteaucitron b/teleforma/static/teleforma/tarteaucitron new file mode 160000 index 00000000..3c035215 --- /dev/null +++ b/teleforma/static/teleforma/tarteaucitron @@ -0,0 +1 @@ +Subproject commit 3c035215eae02e15f9f3b931fbe9cb4c4e613be3 -- 2.39.5