summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--logfiles-tail-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logfiles-tail-html.lsp b/logfiles-tail-html.lsp
index 7f412a3..8666d27 100644
--- a/logfiles-tail-html.lsp
+++ b/logfiles-tail-html.lsp
@@ -41,7 +41,7 @@
content.scrollTop = content.scrollHeight;
currentoffset = data.value.filesize.value;
- $("DT:contains('File size')").next().text(currentoffset);
+ $(".left:contains('File size')").next().text(currentoffset);
};
}
);