auto creation of script.js
This commit is contained in:
parent
e9d4da3030
commit
65e09f7b03
1 changed files with 3 additions and 0 deletions
3
surf.c
3
surf.c
|
@ -599,6 +599,9 @@ setup(void) {
|
||||||
name = g_build_filename(workdir, "style.css", NULL);
|
name = g_build_filename(workdir, "style.css", NULL);
|
||||||
if((tmp = g_fopen(name, "a")));
|
if((tmp = g_fopen(name, "a")));
|
||||||
fclose(tmp);
|
fclose(tmp);
|
||||||
|
name = g_build_filename(workdir, "script.js", NULL);
|
||||||
|
if((tmp = g_fopen(name, "a")));
|
||||||
|
fclose(tmp);
|
||||||
|
|
||||||
|
|
||||||
/* cookie persistance */
|
/* cookie persistance */
|
||||||
|
|
Loading…
Reference in a new issue