Skip to content

Commit

Permalink
fix viewing payday logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 12, 2023
1 parent e4a577f commit 9a5dee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/tail_log.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a5dee2

Please sign in to comment.