summaryrefslogtreecommitdiffstats
path: root/logfiles-tail-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-01-09 17:16:18 +0000
committerTed Trask <ttrask01@yahoo.com>2013-01-09 17:16:18 +0000
commit879f60162d72c36ef3e28e2a81499fe4322b81f0 (patch)
tree0abf9ece640a54e4709e54000cac88ba9c758e11 /logfiles-tail-html.lsp
parent93dcca992f6b2b8f4ee25939142c912ea4fa666f (diff)
downloadacf-alpine-baselayout-879f60162d72c36ef3e28e2a81499fe4322b81f0.tar.bz2
acf-alpine-baselayout-879f60162d72c36ef3e28e2a81499fe4322b81f0.tar.xz
logfiles: change view, tail, and download to take filename instead of name parameter
Diffstat (limited to 'logfiles-tail-html.lsp')
-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 c480b0b..c88b7a2 100644
--- a/logfiles-tail-html.lsp
+++ b/logfiles-tail-html.lsp
@@ -10,7 +10,7 @@
$.ajaxSetup({cache:false});
$.getJSON(
'<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action) %>',
- {name:'<% io.write(html.html_escape(form.value.filename.value)) if form.value.grep.value ~= "" then io.write("',grep:'"..html.html_escape(form.value.grep.value)) end %>', offset:currentoffset, viewtype:'json'},
+ {filename:'<% io.write(html.html_escape(form.value.filename.value)) if form.value.grep.value ~= "" then io.write("',grep:'"..html.html_escape(form.value.grep.value)) end %>', offset:currentoffset, viewtype:'json'},
function(data) {
if (currentoffset != data.value.filesize.value){