Authored by htoooth

fix

... ... @@ -94,7 +94,7 @@ $smsCaptchaInput.on('blur', function() {
});
function init() {
$smsCaptchaCtrl.addClass("disable");
$smsCaptchaCtrl.addClass('disable');
disableSMSBtn();
}
... ...