config: make empty js= omit script tagmaster
commit00ecfaadea2c40cc62b7a43e246384329e6ddb98
authorSamuel Lidén Borell <samuel@kodafritt.se>
Sat, 7 Jan 2023 09:32:07 +0000 (7 10:32 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 10 Jan 2023 16:52:54 +0000 (10 17:52 +0100)
treed49073f892df4fcd785defc8c3d9afddd6fb4fcb
parent907134b7a29177cb45aa461c549c004b1ae875af
config: make empty js= omit script tag

According to the cgitrc man page, an empty js= value should cause the
script tag to be omitted. But instead, a script tag with an empty URL
is emitted. The same applies to css. So, skip emitting a tag if the
specified string is empty.

Signed-off-by: Samuel Lidén Borell <samuel@kodafritt.se>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
ui-shared.c