Skip to content

Commit

Permalink
pushing raw response msg take two
Browse files Browse the repository at this point in the history
  • Loading branch information
donyd committed Aug 31, 2017
1 parent 323732b commit 462d7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/script.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ var getLuasTime = function(){
if(httpRequest.status === 200){ if(httpRequest.status === 200){
alert(httpRequest.responseText); alert(httpRequest.responseText);
} else { } else {
alert('There was a problem with the request\n' + httpRequest.responseText); alert('There was a problem with the request\n');
alert(httpRequest.responseText);
} }
} }
} }
Expand Down

0 comments on commit 462d7a0

Please sign in to comment.