Committer: dpetrov
LJSUP-6951: remove the block "Verification number" for item 2U trunk/htdocs/js/editprofile.js
Modified: trunk/htdocs/js/editprofile.js =================================================================== --- trunk/htdocs/js/editprofile.js 2010-09-27 06:53:50 UTC (rev 9551) +++ trunk/htdocs/js/editprofile.js 2010-09-27 08:09:04 UTC (rev 9552) @@ -244,8 +244,6 @@ break; case 'reqsent': bt.val( dict['resendsmsbut']) .attr( 'disabled', true ); - this.ui.resendBtn.parent('.b-manage-smsn-btn').css('display',''); - this.ui.phVerification.removeAttr('style'); break; case 'rateexceed': bt.attr('disabled', true); resetUI(); @@ -259,6 +257,7 @@ bt.attr('disabled', true); break; case 'smssent' : bt.attr( 'disabled', false ); + this.ui.resendBtn.parent('.b-manage-smsn-btn').css('display',''); this.ui.phVerification.removeAttr('style'); break; }