Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Added redirect-blockchain.js for blockchain.co.uk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Reeves committed Jun 30, 2012
1 parent ebe5da9 commit 0838df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions redirect-blockchain.js
@@ -0,0 +1,3 @@
function doRedirect() {
window.location = 'https://blockchain.info' + window.location.pathname + window.location.hash;
}
2 changes: 1 addition & 1 deletion wallet.js
Expand Up @@ -3034,7 +3034,7 @@ function bind() {

setLoadingText('Verifying SMS Code');

$.post("/wallet", { guid: guid, payload: code, sharedKey: sharedKey, length : code.length, method : 'verify-sms' }, function(data) {
$.post("/wallet", { guid: guid, payload: code, sharedKey : sharedKey, length : code.length, method : 'verify-sms' }, function(data) {
makeNotice('success', 'misc-success', data);

$('#sms-unverified').hide();
Expand Down

0 comments on commit 0838df5

Please sign in to comment.