front.js 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 jQuery(function($){ var accountSwitch = $('input#createaccount'); if(accountSwitch.length){ accountSwitch.attr( 'checked', true ).parent().hide(); $( '.create-account' ).show(); accountSwitch.parent().hide(); } });