0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[action] Added toggle-ecmascript action

This commit is contained in:
Witold Filipczyk
2021-09-19 19:40:01 +02:00
parent 4e61b886bb
commit 929c8c9d81
4 changed files with 21 additions and 1 deletions

View File

@@ -119,6 +119,8 @@ int get_ecmascript_enable(struct ecmascript_interpreter *interpreter);
void check_for_rerender(struct ecmascript_interpreter *interpreter, const char* text);
void toggle_ecmascript(void);
extern char *console_error_filename;
extern char *console_log_filename;