diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-15 19:15:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-15 19:15:06 -0400 |
commit | a695b5b2f8876873e934f8ad3410eb92be3c6fe1 (patch) | |
tree | 19ad212bcb1fed21efacc8bb8306adcd34906adc /IkiWiki/Plugin | |
parent | e2b43578a677894d23fa526d9201e5a89b231abc (diff) | |
download | ikiwiki-a695b5b2f8876873e934f8ad3410eb92be3c6fe1.tar ikiwiki-a695b5b2f8876873e934f8ad3410eb92be3c6fe1.tar.gz |
updated jquery and made it its own underlay
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/openid.pm | 1 |
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); |