app/views/script/index.erb in tailog-0.6.2 vs app/views/script/index.erb in tailog-0.6.3
- old
+ new
@@ -134,10 +134,10 @@
complete: function() {
concurrent -= 1;
}
});
}
- } else {
+ } else if (concurrent === 0) {
clearInterval(ajaxInterval);
}
}, 100);
});
</script>