Fossil SCM

Adds 'js' to CONFIGSET_SKIN so that skin javascript is included in exports, syncs, etc. Works okay outside of checkouts in my testing, but causes an 'Unresolved RID values: 0' error in open checkouts.

ckennedy 2019-09-03 17:17 trunk
Commit 5d2299d8eef602113cc9a75ea8811b197a097cbf15a899d401d077b06859807f
1 file changed +1
--- src/configure.c
+++ src/configure.c
@@ -89,10 +89,11 @@
8989
} aConfig[] = {
9090
{ "css", CONFIGSET_CSS },
9191
{ "header", CONFIGSET_SKIN },
9292
{ "footer", CONFIGSET_SKIN },
9393
{ "details", CONFIGSET_SKIN },
94
+ { "js", CONFIGSET_SKIN },
9495
{ "logo-mimetype", CONFIGSET_SKIN },
9596
{ "logo-image", CONFIGSET_SKIN },
9697
{ "background-mimetype", CONFIGSET_SKIN },
9798
{ "background-image", CONFIGSET_SKIN },
9899
{ "timeline-block-markup", CONFIGSET_SKIN },
99100
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button