From cecb1d586d237c74cd9ef6d05e305726a3072ad0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 7 Mar 2014 22:50:13 +0000 Subject: Fix logfiles/tail HTML view bug caused by still using DT --- logfiles-tail-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; } ); -- cgit v1.2.3