diff options
| author | Andy Green <[email protected]> | 2018-06-23 10:25:53 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2022-12-19 15:50:21 +0000 |
| commit | aee39b4e9a45e1ba507c0017de50bb9dbbae7af8 (patch) | |
| tree | 7c6328c363a06f12143e4d15b09c6d7158f8adfc /cgit.h | |
| parent | css: change to be a list (diff) | |
| download | cgit-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.h')
| -rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -264,6 +264,7 @@ struct cgit_config { int branch_sort; int commit_sort; struct string_list mimetypes; + struct string_list js; struct cgit_filter *about_filter; struct cgit_filter *commit_filter; struct cgit_filter *source_filter; |
