Few typos blocking registration

This commit is contained in:
Matt Corallo 2014-05-28 04:03:23 +02:00
parent eb80a10ed1
commit 5cea7b6857
2 changed files with 5 additions and 11 deletions

View file

@ -83,7 +83,7 @@ $('#init-go').click(function() {
$('#verify4done').html('');
$('#verify').show();
textsecure.register($('#code').val(), number, single_device, function(step) {
textsecure.register(number, $('#code').val(), single_device, function(step) {
switch(step) {
case 1:
$('#verify1done').html('done');