aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.js
diff options
context:
space:
mode:
authorAndy Green <[email protected]>2018-06-23 10:25:53 +0000
committerJason A. Donenfeld <[email protected]>2022-12-19 15:50:21 +0000
commitaee39b4e9a45e1ba507c0017de50bb9dbbae7af8 (patch)
tree7c6328c363a06f12143e4d15b09c6d7158f8adfc /cgit.js
parentcss: change to be a list (diff)
downloadcgit-aee39b4e9a45e1ba507c0017de50bb9dbbae7af8.tar.gz
cgit-aee39b4e9a45e1ba507c0017de50bb9dbbae7af8.zip
config: add js
Just like the config allows setting css URL path, add a config for setting the js URL path Signed-off-by: Andy Green <[email protected]> Reviewed-by: John Keeping <[email protected]> Signed-off-by: Christian Hesse <[email protected]>
Diffstat (limited to 'cgit.js')
-rw-r--r--cgit.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/cgit.js b/cgit.js
new file mode 100644
index 0000000..b35e0bc
--- /dev/null
+++ b/cgit.js
@@ -0,0 +1,7 @@
+/* cgit.js: javacript functions for cgit
+ *
+ * Copyright (C) 2006-2018 cgit Development Team <[email protected]>
+ *
+ * Licensed under GNU General Public License v2
+ * (see COPYING for full license text)
+ */