From 3cec70b4ad837e8f7f4659099d947fbd179a36d8 Mon Sep 17 00:00:00 2001 From: mpl Date: Thu, 4 Jul 2013 21:46:38 +0200 Subject: [PATCH] ui: rm wantsRecentPermanodes and index-compiled.html Change-Id: I5dd8d0b11b5b82f51738fbe5669f5a7798929300 --- pkg/server/ui.go | 4 ---- server/camlistored/ui/index-compiled.html | 21 --------------------- 2 files changed, 25 deletions(-) delete mode 100644 server/camlistored/ui/index-compiled.html diff --git a/pkg/server/ui.go b/pkg/server/ui.go index b5d7ba378..f15d95016 100644 --- a/pkg/server/ui.go +++ b/pkg/server/ui.go @@ -265,10 +265,6 @@ func wantsUploadHelper(req *http.Request) bool { return req.Method == "POST" && camliMode(req) == "uploadhelper" } -func wantsRecentPermanodes(req *http.Request) bool { - return req.Method == "GET" && req.FormValue("mode") == "thumbnails" -} - func wantsPermanode(req *http.Request) bool { return req.Method == "GET" && blobref.Parse(req.FormValue("p")) != nil } diff --git a/server/camlistored/ui/index-compiled.html b/server/camlistored/ui/index-compiled.html deleted file mode 100644 index 2a49e4d63..000000000 --- a/server/camlistored/ui/index-compiled.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - -