From 8b2121bd286ce72d3af4bfed73101da81fd6be8a Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Mon, 17 Apr 2023 11:07:57 +0200 Subject: [PATCH] Add pdfannotator to gitmodules and cleanup --- .gitmodules | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index fd377063..e352a749 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,4 @@ -[submodule "teleforma/static/teleforma/lib/nvd3"] - path = teleforma/static/teleforma/lib/nvd3 - url = https://github.com/nvd3-community/nvd3.git -[submodule "teleforma/static/teleforma/lib/d3"] - path = teleforma/static/teleforma/lib/d3 - url = https://github.com/mbostock/d3.git -[submodule "teleforma/static/teleforma/lib/angular-bootstrap-select"] - path = teleforma/static/teleforma/lib/angular-bootstrap-select - url = https://github.com/joaoneto/angular-bootstrap-select.git +[submodule "lib/pdfannotator"] + path = lib/pdfannotator + url = https://git.pilotsystems.net/probarreau/pdfannotator.git + -- 2.39.5