projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a695b5b
)
use jquery underlay
author
Joey Hess
<joey@kitenet.net>
Wed, 15 Jun 2011 23:16:08 +0000
(19:16 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 15 Jun 2011 23:16:08 +0000
(19:16 -0400)
IkiWiki/Plugin/attachment.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/attachment.pm
b/IkiWiki/Plugin/attachment.pm
index be30e97b9e6fb05d21f787ae113fc7634c74542f..8a31beb391ffbb99259f49e352c8fc1e4ece16a8 100644
(file)
--- a/
IkiWiki/Plugin/attachment.pm
+++ b/
IkiWiki/Plugin/attachment.pm
@@
-6,8
+6,9
@@
use strict;
use IkiWiki 3.00;
sub import {
- add_underlay("javascript");
add_underlay("attachment");
+ add_underlay("javascript");
+ add_underlay("jquery");
hook(type => "getsetup", id => "attachment", call => \&getsetup);
hook(type => "checkconfig", id => "attachment", call => \&checkconfig);
hook(type => "formbuilder_setup", id => "attachment", call => \&formbuilder_setup);