Index: /trunk/FACT++/www/shift/calendar.js
===================================================================
--- /trunk/FACT++/www/shift/calendar.js	(revision 13747)
+++ /trunk/FACT++/www/shift/calendar.js	(revision 13748)
@@ -497,9 +497,11 @@
         xmlHttp.onload = function ()
         {
-            if (xmlHttp.status!=200)
+            if (xmlHttp.status!=401)
             {
                 alert("ERROR - HTTP request: "+xmlHttp.statusText+" ["+xmlHttp.status+"]");
                 return;
             }
+
+            alert(xmlHttp.statusText);
         };
 
