about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-05-11 11:43:54 -0400
committerJosh Rickmar <jrick@devio.us>2012-05-11 15:35:14 -0400
commit9cc9be30cb6004404eccf206357498299a7baf53 (patch)
tree26c910311603b5b3481ce046fd1715bfdcb2d795 /xxxterm.c
parent503de15ac3fb268325e9a0ec2571b79e1f4da831 (diff)
downloadxombrero-9cc9be30cb6004404eccf206357498299a7baf53.tar.gz
Rename js_autorun_enabled to enable_js_autorun and document the usage in the manpage
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);