Changeset 13748 for trunk/FACT++/www


Ignore:
Timestamp:
05/16/12 09:11:22 (12 years ago)
Author:
tbretz
Message:
Improved the messages in case of a logout.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/shift/calendar.js

    r13722 r13748  
    497497        xmlHttp.onload = function ()
    498498        {
    499             if (xmlHttp.status!=200)
     499            if (xmlHttp.status!=401)
    500500            {
    501501                alert("ERROR - HTTP request: "+xmlHttp.statusText+" ["+xmlHttp.status+"]");
    502502                return;
    503503            }
     504
     505            alert(xmlHttp.statusText);
    504506        };
    505507
Note: See TracChangeset for help on using the changeset viewer.