includes/clientside/static/ajax.js
changeset 413 6607cd646d6d
parent 407 35d94240a197
child 420 301f546688d1
equal deleted inserted replaced
412:4746dd07cc48 413:6607cd646d6d
    95     mainwin.appendChild(el);
    95     mainwin.appendChild(el);
    96   }
    96   }
    97   else
    97   else
    98   {
    98   {
    99     customerror  = 'We unexpectedly received the following response from the server. The response should have been in the JSON ';
    99     customerror  = 'We unexpectedly received the following response from the server. The response should have been in the JSON ';
   100     customerror += 'serialization format, but the response wasn\'t composed only of the JSON response. There are three possible triggers';
   100     customerror += 'serialization format, but the response wasn\'t composed only of the JSON response. There are three possible triggers ';
   101     customerror += 'for this problem:';
   101     customerror += 'for this problem:';
   102     var el = document.createElement('p');
   102     var el = document.createElement('p');
   103     el.appendChild(document.createTextNode(customerror));
   103     el.appendChild(document.createTextNode(customerror));
   104     mainwin.appendChild(el);
   104     mainwin.appendChild(el);
   105     var ul = document.createElement('ul');
   105     var ul = document.createElement('ul');