about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-09-30 13:20:04 +0000
committerZach DeCook <zachdecook@librem.one>2021-09-30 13:20:04 +0000
commitf8971688be88c691c23a6598d87e73b9efd9841b (patch)
tree2f1e41edec25343f4a19c9d53c77c1445c1548be
parent28b341d624551ea7fea73c3e297883aec985a4a9 (diff)
downloadprosongsa-f8971688be88c691c23a6598d87e73b9efd9841b.tar.gz
ccharter script: Add as submodule
-rw-r--r--.gitmodules3
m---------ccharter0
l---------laravel/public/js/ccharter.js1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0eb8e63..a5ef8e7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "chordsdata"]
 	path = chordsdata
 	url = https://gitlab.com/earboxer/chordsdata.git
+[submodule "ccharter"]
+	path = ccharter
+	url = https://github.com/earboxer/ccharter.git
diff --git a/ccharter b/ccharter
new file mode 160000
+Subproject 7f1d966165c912b9386eea97faa6434e036dab5
diff --git a/laravel/public/js/ccharter.js b/laravel/public/js/ccharter.js
new file mode 120000
index 0000000..13252ac
--- /dev/null
+++ b/laravel/public/js/ccharter.js
@@ -0,0 +1 @@
+../../../ccharter/scripts/ccharter.js
\ No newline at end of file