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() {
if (asciicast.url && asciicast.snapshot) {
if (asciicast.url) {
$('.processing-info').remove();
createPlayer();
} else {

Loading…
Cancel
Save