Branch merge (how did this happen?)
authorDan
Thu, 19 Mar 2009 09:21:56 -0400
changeset 14 800df1e3c69a
parent 13 cfc9c33fc880 (current diff)
parent 12 6faa838e4433 (diff)
child 15 c479ca761d29
Branch merge (how did this happen?)
--- 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)