aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2020-09-28 22:32:11 -0700
committerAntoni Sawicki <tenox@google.com>2020-09-28 22:32:11 -0700
commitf2d6ce6c08d670aa741cfec94e697756aadfae78 (patch)
treea9feb92de16375ed14f32d39f42a545f0c015074
parent0876d22f99224c538a00f3f6042eac47e5569854 (diff)
downloadwfm-f2d6ce6c08d670aa741cfec94e697756aadfae78.tar.gz
add comment about commendted out code
-rw-r--r--dir.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dir.c b/dir.c
index 033146e..3c163ed 100644
--- a/dir.c
+++ b/dir.c
@@ -124,7 +124,8 @@ void dirlist(void) {
" }\n"
"}\n");
-/* if(rt.js>=2) fprintf(cgiOut,
+/* this code is for fancy upload status via ajax call to cgic counterpart
+ if(rt.js>=2) fprintf(cgiOut,
"function xmlhttpPost(strURL) {\n"
" var xmlHttpReq = false;\n"
" var self = this;\n"