diff ajax.js @ 893:43fa1c4c783f

Clarify error message.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 20:11:32 +0200
parents a397d2be6d53
children 42c3fbca0d86
line wrap: on
line diff
--- a/ajax.js	Wed Nov 26 20:11:18 2014 +0200
+++ b/ajax.js	Wed Nov 26 20:11:32 2014 +0200
@@ -277,7 +277,7 @@
   var formFile = document.getElementById(fileSelID).files[0];
   if (!formFile || typeof(formFile) !== "object")
   {
-    jsErrorMessageBox("No file selected.");
+    jsErrorMessageBox("No file selected to be uploaded.");
     return;
   }