From: Joey Hess Date: Wed, 15 Jun 2011 23:16:08 +0000 (-0400) Subject: use jquery underlay X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8363107a9e3dd3aa4221f6f3185eeed2687c0c79;p=ikiwiki.git use jquery underlay --- diff --git a/IkiWiki/Plugin/attachment.pm b/IkiWiki/Plugin/attachment.pm index be30e97b9..8a31beb39 100644 --- 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);