mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[document] Do not require enabled ecmascript for libcss
This commit is contained in:
parent
8846617b96
commit
6c06b2f3de
@ -294,7 +294,7 @@ render_encoded_document(struct cache_entry *cached, struct document *document)
|
||||
render_gemini_document(cached, document, &buffer);
|
||||
else
|
||||
#if defined(CONFIG_LIBDOM) && defined(CONFIG_ECMASCRIPT)
|
||||
if (get_opt_bool("ecmascript.enable", NULL)) {
|
||||
if (1) {
|
||||
if (encoding != ENCODING_NONE) {
|
||||
done_string(&buffer);
|
||||
encoding = ENCODING_NONE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user