# HG changeset patch # User Dan # Date 1237306412 14400 # Node ID 6faa838e44339c6352ba17ebc84f32e06d18b662 # Parent 794e7b1a97e77a473ccab24490572264bcbde64a Whoops! That load_component was needed in prefs page diff -r 794e7b1a97e7 -r 6faa838e4433 plugins/yubikey/yubikey.js --- a/plugins/yubikey/yubikey.js Tue Mar 17 00:25:50 2009 -0400 +++ b/plugins/yubikey/yubikey.js Tue Mar 17 12:13:32 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)