aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-15 19:15:06 -0400
committerJoey Hess <joey@kitenet.net>2011-06-15 19:15:06 -0400
commita695b5b2f8876873e934f8ad3410eb92be3c6fe1 (patch)
tree19ad212bcb1fed21efacc8bb8306adcd34906adc /IkiWiki
parente2b43578a677894d23fa526d9201e5a89b231abc (diff)
downloadikiwiki-a695b5b2f8876873e934f8ad3410eb92be3c6fe1.tar
ikiwiki-a695b5b2f8876873e934f8ad3410eb92be3c6fe1.tar.gz
updated jquery and made it its own underlay
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/openid.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm
index bd2cfdc44..b6642619a 100644
--- a/IkiWiki/Plugin/openid.pm
+++ b/IkiWiki/Plugin/openid.pm
@@ -8,6 +8,7 @@ use IkiWiki 3.00;
sub import {
add_underlay("openid-selector");
+ add_underlay("jquery");
hook(type => "checkconfig", id => "openid", call => \&checkconfig);
hook(type => "getsetup", id => "openid", call => \&getsetup);
hook(type => "auth", id => "openid", call => \&auth);