equal
deleted
inserted
replaced
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'); |