Sha256: 1e525d4b779a56d6f60006a3d424234475c62813f091e0e4f00799173a745f7a
Contents?: true
Size: 889 Bytes
Versions: 32
Compression:
Stored size: 889 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ (($) -> window.crm ||= {} #---------------------------------------------------------------------------- crm.toggle_open_id_login = (first_field = "#authentication_openid_identifier") -> $("#login").toggle() $("#openid").toggle() $("#login_link").toggle() $("#openid_link").toggle() $(first_field).focus() #---------------------------------------------------------------------------- crm.toggle_open_id_signup = -> $("#login").toggle() $("#openid").toggle() $("#login_link").toggle() $("#openid_link").toggle() $("#user_email").focus() ) jQuery
Version data entries
32 entries across 32 versions & 2 rubygems