From 9a5dee2fc574e16d76a402a862f9ca60e7633c41 Mon Sep 17 00:00:00 2001 From: Changaco Date: Thu, 12 Oct 2023 22:47:13 +0200 Subject: [PATCH] fix viewing payday logs --- js/tail_log.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tail_log.js b/js/tail_log.js index e4d4274d5e..52363aa5b3 100644 --- a/js/tail_log.js +++ b/js/tail_log.js @@ -4,6 +4,7 @@ Liberapay.stream_lines = function(url, data_cb, error_cb) { function fetch_lines(first_pos) { jQuery.ajax({ url: url, + dataType: 'text', headers: {Range: 'x-lines='+first_pos+'-'}, }).done(function(data, textStatus, xhr) { var file_is_partial = false;