aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/edittemplate.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-27 17:04:25 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-27 18:02:33 -0400
commit2ff3c8aee78114974b6930c18247f050d35f2012 (patch)
tree7d40386aca2c0b4e3d79bf10c19fc3a567b94af9 /IkiWiki/Plugin/edittemplate.pm
parenta5d3acd37cd52a5cf0045ae4d300a2ef13a07a6e (diff)
downloadikiwiki-2ff3c8aee78114974b6930c18247f050d35f2012.tar
ikiwiki-2ff3c8aee78114974b6930c18247f050d35f2012.tar.gz
editpage: Be more aggressive (and less buggy) about cleaning up temporary files rendered during page preview.
Diffstat (limited to 'IkiWiki/Plugin/edittemplate.pm')
-rw-r--r--IkiWiki/Plugin/edittemplate.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm
index 189a066d8..846b4e7c8 100644
--- a/IkiWiki/Plugin/edittemplate.pm
+++ b/IkiWiki/Plugin/edittemplate.pm
@@ -16,8 +16,6 @@ sub import { #{{{
call => \&preprocess);
hook(type => "formbuilder", id => "edittemplate",
call => \&formbuilder);
- hook(type => "refresh", id => "edittemplate",
- call => \&refresh);
} #}}}
sub getsetup () { #{{{
@@ -140,8 +138,4 @@ sub filltemplate ($$) { #{{{
return $template->output;
} #}}}
-sub refresh () {
-
-}
-
1