Don't wait for snapshot

rails
Marcin Kulik 8 years ago
parent 0c6e653630
commit 2fb6194db0

@ -31,7 +31,7 @@ function tryCreatePlayer(parentNode, asciicast, options) {
} }
function checkReadiness() { function checkReadiness() {
if (asciicast.url && asciicast.snapshot) { if (asciicast.url) {
$('.processing-info').remove(); $('.processing-info').remove();
createPlayer(); createPlayer();
} else { } else {

Loading…
Cancel
Save