diff ajax.js @ 955:f931fd35136c

Megapatch.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Nov 2014 18:25:35 +0200
parents 42c3fbca0d86
children ffacd904fd1f
line wrap: on
line diff
--- a/ajax.js	Fri Nov 28 09:03:39 2014 +0200
+++ b/ajax.js	Fri Nov 28 18:25:35 2014 +0200
@@ -349,7 +349,7 @@
             {
               jsRemoveUploadCB(tid);
               setTimeout(fileCallback, 10);
-              jsTitleMessageBox("File upload", req.responseText);
+              //jsTitleMessageBox("File upload", req.responseText);
             }, 10);
             jsUploadCBS.push(tid);
           }