Same thing here. Using iNove theme.
Digging in a little, I can see that the wp_enqueue_script is being called from the wp_head action, which, according to the wp_enqueue_script function reference, will not work. This appears to be why openid.min.js is not being loaded, and thus we are getting undefined functions.
WordPress suggests calling wp_enqueue_script form an init function.