Skip to content

Commit

Permalink
Removed spaces from empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charl van Niekerk committed Oct 10, 2011
1 parent 25f664f commit 8948538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdn/index.js
Expand Up @@ -26,7 +26,7 @@
$(this).addClass('active');
$('section').hide();
$('#' + this.hash.substr(1)).show();

return false;
});

Expand Down Expand Up @@ -124,7 +124,7 @@
$('#recover .success').hide();
$('#recover .error').text(response.error);
}

$('#recover button, #recover input').attr('disabled', false);
});
} else {
Expand Down

0 comments on commit 8948538

Please sign in to comment.