From 43a3e7e5a316c063ee2ec671a9df312b7798b377 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Jul 2011 21:38:48 -0400 Subject: Display attachment manipulation links always, since attachments can be uploaded via javascript. Could arrange for them to be in a span that is hidden when there are no attachments and make the javascript upload unhide it; this is a quick fix. (cherry picked from commit 20577d8ecb18f7954a97800cb9b9dca981d2b53e) --- .templates/editpage.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl index ed12b98f..0dd86c10 100644 --- a/.templates/editpage.tmpl +++ b/.templates/editpage.tmpl @@ -80,9 +80,7 @@ $(function () { $('#fileupload').fileupload(); }); // initialize upload widget - - -- cgit v1.2.3