View Pit Stop page for race #15 by atthetop — Ghost race
View profile for Shoemaker-Levy 9 (atthetop)
Official speed | 55.70 wpm (103.63 seconds elapsed during race) |
---|---|
Race Start | October 31, 2018 11:14:54pm UTC |
Race Finish | October 31, 2018 11:16:37pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. styrofoam (55.46 wpm) |
Accuracy | 95.0% |
Points | 64.05 |
Text | #10013 (Length: 501 characters) if (response) { try { var dealData = JSON.parse(response); // Try to parse JSON showContent(dealData); // Show JSON data } catch(e) { var errorMessage = e.name + ' ' + e.message; // Create error msg console.log(errorMessage); // Show devs msg feed.innerHTML = 'Sorry, could not load deals';// Show users msg } finally { var link = document.createElement('a'); // Add refresh link link.innerHTML = ' reload'; feed.appendChild(link); } } |