]> sipb.mit.edu Git - ikiwiki.git/commitdiff
use jquery underlay
authorJoey Hess <joey@kitenet.net>
Wed, 15 Jun 2011 23:16:08 +0000 (19:16 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 15 Jun 2011 23:16:08 +0000 (19:16 -0400)
IkiWiki/Plugin/attachment.pm

index be30e97b9e6fb05d21f787ae113fc7634c74542f..8a31beb391ffbb99259f49e352c8fc1e4ece16a8 100644 (file)
@@ -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);