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

[js] moved check_for_rerender to ecmascript.c

This commit is contained in:
Witold Filipczyk
2021-07-20 10:05:58 +02:00
parent 221f246d4c
commit 927b8fc1a6
5 changed files with 58 additions and 53 deletions

View File

@@ -111,6 +111,8 @@ void ecmascript_set_timeout2(struct ecmascript_interpreter *interpreter, JS::Han
int get_ecmascript_enable(struct ecmascript_interpreter *interpreter);
void check_for_rerender(struct ecmascript_interpreter *interpreter, const char* text);
extern char *console_log_filename;
extern char *local_storage_filename;