diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-09-07 21:19:03 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-09-07 21:19:03 +0000 |
commit | 7fe8cea615b518c71817bc06b1bc3880ad319e4b (patch) | |
tree | 5f524c15b628f10fee2e13a38a7040900fdefefe /template-silent.lsp | |
parent | 13b0dd0cb952d316b27f911f06d0a9c60a60ffd8 (diff) | |
download | acf-weblog-7fe8cea615b518c71817bc06b1bc3880ad319e4b.tar.bz2 acf-weblog-7fe8cea615b518c71817bc06b1bc3880ad319e4b.tar.xz |
Cleaned up javascript and used ajax for select action
Diffstat (limited to 'template-silent.lsp')
-rw-r--r-- | template-silent.lsp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/template-silent.lsp b/template-silent.lsp deleted file mode 100644 index 45a8ad4..0000000 --- a/template-silent.lsp +++ /dev/null @@ -1,9 +0,0 @@ -<% local viewtable, viewlibrary, pageinfo, session = ... %> -Status: 204 No content -Content-Type: <% print(viewtable.option or "application/octet-stream") %> -<% if viewtable.length then %> -Content-Length: <%= viewtable.length %> -<% end %> -<% if viewtable.label ~= "" then %> -Content-Disposition: attachment; filename="<%= viewtable.label %>" -<% end %> |