summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/surf.c b/surf.c
index 0cc5d85..0fbd004 100644
--- a/surf.c
+++ b/surf.c
@@ -599,6 +599,9 @@ setup(void) {
name = g_build_filename(workdir, "style.css", NULL);
if((tmp = g_fopen(name, "a")));
fclose(tmp);
+ name = g_build_filename(workdir, "script.js", NULL);
+ if((tmp = g_fopen(name, "a")));
+ fclose(tmp);
/* cookie persistance */