From 9291a3452b2d86403a1f4be559736df58571c3f2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 23 Feb 2012 14:49:39 +0000 Subject: Updates to reflect changes in acf-core-0.15 - viewfunctions becomes htmlviewfunctions --- logfiles-tail-ajax.lsp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 logfiles-tail-ajax.lsp (limited to 'logfiles-tail-ajax.lsp') diff --git a/logfiles-tail-ajax.lsp b/logfiles-tail-ajax.lsp deleted file mode 100644 index 8697208..0000000 --- a/logfiles-tail-ajax.lsp +++ /dev/null @@ -1,12 +0,0 @@ -<% local view, viewlibrary, page_info = ... %> -<% - require("json") - require("html") -%> -Status: 200 OK -Content-Type: "application/json" -<% io.write("\n") %> -<% - view.value.filecontent.value = html.html_escape(view.value.filecontent.value) - print(json.encode(view)) -%> -- cgit v1.2.3