--- a/plugins/yubikey/yubikey.js Fri Jul 17 14:05:50 2009 -0400
+++ b/plugins/yubikey/yubikey.js Wed Jul 29 12:09:35 2009 -0400
@@ -217,6 +217,11 @@
addOnloadHook(function()
{
+ if ( is_iPhone )
+ // kinda can't plug a yubikey into an iPhone
+ // ... yet?
+ return;
+
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' )