use jquery underlay

master
Joey Hess 2011-06-15 19:16:08 -04:00
parent a695b5b2f8
commit 8363107a9e
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ use strict;
use IkiWiki 3.00; use IkiWiki 3.00;
sub import { sub import {
add_underlay("javascript");
add_underlay("attachment"); add_underlay("attachment");
add_underlay("javascript");
add_underlay("jquery");
hook(type => "getsetup", id => "attachment", call => \&getsetup); hook(type => "getsetup", id => "attachment", call => \&getsetup);
hook(type => "checkconfig", id => "attachment", call => \&checkconfig); hook(type => "checkconfig", id => "attachment", call => \&checkconfig);
hook(type => "formbuilder_setup", id => "attachment", call => \&formbuilder_setup); hook(type => "formbuilder_setup", id => "attachment", call => \&formbuilder_setup);