about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 5931aae..4455743 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -4060,7 +4060,7 @@ js_autorun(struct tab *t)
 	char			*js = NULL, *jsat, *domain = NULL;
 	FILE			*deffile = NULL, *hostfile = NULL;
 
-	if (js_autorun_enabled == 0)
+	if (enable_js_autorun == 0)
 		return;
 
 	uri = get_uri(t);