Fossil SCM
Include the "js" property in the configuration export for skins.
Commit
498fc87ac16971723fe9c19b449d29e31718b0f79b8a20afc37f6c54b9874fe9
Parent
74b538f614a3340…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -89,10 +89,11 @@ | ||
| 89 | 89 | } aConfig[] = { |
| 90 | 90 | { "css", CONFIGSET_CSS }, |
| 91 | 91 | { "header", CONFIGSET_SKIN }, |
| 92 | 92 | { "footer", CONFIGSET_SKIN }, |
| 93 | 93 | { "details", CONFIGSET_SKIN }, |
| 94 | + { "js", CONFIGSET_SKIN }, | |
| 94 | 95 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 95 | 96 | { "logo-image", CONFIGSET_SKIN }, |
| 96 | 97 | { "background-mimetype", CONFIGSET_SKIN }, |
| 97 | 98 | { "background-image", CONFIGSET_SKIN }, |
| 98 | 99 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 99 | 100 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -89,10 +89,11 @@ | |
| 89 | } aConfig[] = { |
| 90 | { "css", CONFIGSET_CSS }, |
| 91 | { "header", CONFIGSET_SKIN }, |
| 92 | { "footer", CONFIGSET_SKIN }, |
| 93 | { "details", CONFIGSET_SKIN }, |
| 94 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 95 | { "logo-image", CONFIGSET_SKIN }, |
| 96 | { "background-mimetype", CONFIGSET_SKIN }, |
| 97 | { "background-image", CONFIGSET_SKIN }, |
| 98 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 99 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -89,10 +89,11 @@ | |
| 89 | } aConfig[] = { |
| 90 | { "css", CONFIGSET_CSS }, |
| 91 | { "header", CONFIGSET_SKIN }, |
| 92 | { "footer", CONFIGSET_SKIN }, |
| 93 | { "details", CONFIGSET_SKIN }, |
| 94 | { "js", CONFIGSET_SKIN }, |
| 95 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 96 | { "logo-image", CONFIGSET_SKIN }, |
| 97 | { "background-mimetype", CONFIGSET_SKIN }, |
| 98 | { "background-image", CONFIGSET_SKIN }, |
| 99 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 100 |