diff options
author | Andy Green | 2018-06-23 18:25:53 +0800 |
---|---|---|
committer | Yigit Sever | 2023-07-21 03:04:16 +0300 |
commit | f762d291b01eeda27fa9239c99efd607d5bf7a14 (patch) | |
tree | 2f76e1c7a5bdeac71eaef42f76cb3918a913a09d /cgit.h | |
parent | f466091a0d5717d61853965aa3eb1441efdff007 (diff) | |
download | cgit-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |