View Pit Stop page for race #42 by sidd_ — Ghost race
Official speed | 91.90 wpm (62.81 seconds elapsed during race) |
---|---|
Race Start | January 27, 2019 10:46:42pm UTC |
Race Finish | January 27, 2019 10:47:44pm UTC |
Outcome | Win (1 of 5) |
Opponents |
2. styrofoam (68.60 wpm) |
Accuracy | 97.0% |
Points | 105.69 |
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); } } |