use jquery underlay
parent
a695b5b2f8
commit
8363107a9e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue