aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorAndy Green2018-06-23 18:25:53 +0800
committerYigit Sever2023-07-21 03:04:16 +0300
commitf762d291b01eeda27fa9239c99efd607d5bf7a14 (patch)
tree2f76e1c7a5bdeac71eaef42f76cb3918a913a09d /cgit.h
parentf466091a0d5717d61853965aa3eb1441efdff007 (diff)
downloadcgit-f762d291b01eeda27fa9239c99efd607d5bf7a14.tar.gz
cgit-f762d291b01eeda27fa9239c99efd607d5bf7a14.tar.bz2
cgit-f762d291b01eeda27fa9239c99efd607d5bf7a14.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 <andy@warmcat.com> Reviewed-by: John Keeping <john@keeping.me.uk> Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 1d88396..a0cf5e9 100644
--- a/cgit.h
+++ b/cgit.h
@@ -264,6 +264,7 @@ struct cgit_config {
264 int branch_sort; 264 int branch_sort;
265 int commit_sort; 265 int commit_sort;
266 struct string_list mimetypes; 266 struct string_list mimetypes;
267 struct string_list js;
267 struct cgit_filter *about_filter; 268 struct cgit_filter *about_filter;
268 struct cgit_filter *commit_filter; 269 struct cgit_filter *commit_filter;
269 struct cgit_filter *source_filter; 270 struct cgit_filter *source_filter;