# HG changeset patch # User Dan # Date 1237263950 14400 # Node ID 794e7b1a97e77a473ccab24490572264bcbde64a # Parent 748fa1b8003112082e6d28ddfe9d2558689b52b6 Removed stray load of expander, jquery and jquery-ui diff -r 748fa1b80031 -r 794e7b1a97e7 plugins/yubikey/yubikey.js --- a/plugins/yubikey/yubikey.js Sun Mar 08 00:45:45 2009 -0500 +++ b/plugins/yubikey/yubikey.js Tue Mar 17 00:25:50 2009 -0400 @@ -233,7 +233,6 @@ { 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;'); - load_component(['expander', 'jquery', 'jquery-ui']); }); function yk_login_dlg_hook(table)