--- a/plugins/yubikey/yubikey.js Wed Mar 18 11:37:08 2009 -0400
+++ b/plugins/yubikey/yubikey.js Thu Mar 19 09:21:56 2009 -0400
@@ -233,6 +233,10 @@
{
attachHook('login_build_form', 'yk_login_dlg_hook(table);');
attachHook('login_build_userinfo', 'if ( window.yubikey_otp_current ) userinfo.yubikey_otp = window.yubikey_otp_current;');
+ if ( title == namespace_list.Special + 'Preferences/Yubikey' )
+ {
+ load_component(['jquery', 'jquery-ui', 'expander']);
+ }
});
function yk_login_dlg_hook(table)